Html Css Color HEX #AF6DB8 Fuchsia

📋 copy color: '#AF6DB8'

red 175 ◦ green 109 ◦ blue 184

#AF6DB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #AF6DB8

Tints of Fuchsia #AF6DB8

RGB

 RED value IS 175 (68.75% from 255) = 37.39%

 GREEN value IS 109 (42.97% from 255) = 23.29%

 BLUE value IS 184 (72.27% from 255) = 39.32%

R = 37.39%
G = 23.29%
B = 39.32%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF6DB8 (or 0xAF6DB8) is known color: Fuchsia. HEX triplet: AF, 6D and B8. RGB value is (175,109,184). Sum of RGB (Red+Green+Blue) = 175+109+184=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF6DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DB8 is #509247. Grayscale: #898989. Windows color (decimal): -5280328 or 12086703. OLE color: 12086703.

HSL color Cylindrical-coordinate representation of color #AF6DB8: hue angle of 292.8º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6DB8 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 109 184 -
CMYK 0.05 0.41 0 0.28
HSL 292.8º 0.35% 0.57% -
HSV(B) 292.8º 0.41% 0.72% -
XYZ 31.8 23.51 48.21 -
YUV 137.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 175 109 184 0.05 0.41 0 0.28 292.8 0.35 0.57
Hex AF 6D B8 5 29 0 1C 125 23 39
Octal 257 155 270 5 51 0 34 445 43 71
Binary 10101111 1101101 10111000 101 101001 0 11100 100100101 100011 111001

Color Harmonies of #AF6DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DB8

Black with #AF6DB8

Text Example


Text Example

White with #AF6DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DB8; }

 p { color: rgb(175,109,184); }

 H1.HeaderClassName
 {
   color: #AF6DB8;
 }
 .AnyTagClassName
 {
   color: #AF6DB8;
 }
</style>

background-color css

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

 a { background-color: rgb(175,109,184); }

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

border-color css

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

 span { border-color: rgb(175,109,184); }

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