Html Css Color HEX #AF5DB8 Fuchsia

📋 copy color: '#AF5DB8'

red 175 ◦ green 93 ◦ blue 184

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

Shades of Fuchsia #AF5DB8

Tints of Fuchsia #AF5DB8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.58%

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

R = 38.72%
G = 20.58%
B = 40.71%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF5DB8 (or 0xAF5DB8) is known color: Fuchsia. HEX triplet: AF, 5D and B8. RGB value is (175,93,184). Sum of RGB (Red+Green+Blue) = 175+93+184=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF5DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DB8 is #50A247. Grayscale: #7F7F7F. Windows color (decimal): -5284424 or 12082607. OLE color: 12082607.

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

Color convert

RGB 175 93 184 -
CMYK 0.05 0.49 0 0.28
HSL 294.07º 0.39% 0.54% -
HSV(B) 294.07º 0.49% 0.72% -
XYZ 30.25 20.4 47.69 -
YUV 127.89 159.67 161.6 -
System Red Green Blue C M Y K H S L
Decimal 175 93 184 0.05 0.49 0 0.28 294.07 0.39 0.54
Hex AF 5D B8 5 31 0 1C 126 27 36
Octal 257 135 270 5 61 0 34 446 47 66
Binary 10101111 1011101 10111000 101 110001 0 11100 100100110 100111 110110

Color Harmonies of #AF5DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5DB8

Black with #AF5DB8

Text Example


Text Example

White with #AF5DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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