#AF3DBA

Color #AF3DBA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #AF3DBA

Tints of Fuchsia #AF3DBA

Color information

#AF3DBA (or 0xAF3DBA) is unknown color: approx Fuchsia. HEX triplet: AF, 3D and BA. RGB value is (175,61,186). Sum of RGB (Red+Green+Blue) = 175+61+186=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF3DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DBA is #50C245. Grayscale: #6C6C6C. Windows color (decimal): -5292614 or 12205487. OLE color: 12205487.

HSL color Cylindrical-coordinate representation of color #AF3DBA: hue angle of 294.72º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3DBA is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17561186-
CMYK0.060.6700.27
HSL294.72º50.61%48.43%-
HSV(B)294.72º67.2%72.94%-
XYZ28.211648.06-
YUV109.34171.27174.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 61 (24.22% from 255) = 14.45%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=41.47%
G=14.45%
B=44.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175611860.060.6700.27294.7250.6148.43
HexAF3DBA64301B1273330
Octal2577527261030334476360
Binary10101111111101101110101101000011011011100100111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3DBA; }

 p { color: rgb(175,61,186); }

 H1.HeaderClassName
 {
   color: #AF3DBA;
 }
 .AnyTagClassName
 {
   color: #AF3DBA;
 }
</style>
background-color css

<style>
 a { background-color: #AF3DBA; }

 a { background-color: rgb(175,61,186); }

 div.DivClassName
 {
   background-color: #AF3DBA;
 }
 .BgClassName
 {
   background-color: #AF3DBA;
 }
</style>
border-color css

<style>
 span { border-color: #AF3DBA; }

 span { border-color: rgb(175,61,186); }

 td.TdClassName
 {
   border-color: #AF3DBA;
 }
 .TagClassName
 {
   border-color: #AF3DBA;
 }
</style>