Html Css Color HEX #AF37B8 Fuchsia

📋 copy color: '#AF37B8'

red 175 ◦ green 55 ◦ blue 184

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

Shades of Fuchsia #AF37B8

Tints of Fuchsia #AF37B8

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.29%

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

R = 42.27%
G = 13.29%
B = 44.44%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF37B8 (or 0xAF37B8) is known color: Fuchsia. HEX triplet: AF, 37 and B8. RGB value is (175,55,184). Sum of RGB (Red+Green+Blue) = 175+55+184=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF37B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37B8 is #50C847. Grayscale: #696969. Windows color (decimal): -5294152 or 12072879. OLE color: 12072879.

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

Color convert

RGB 175 55 184 -
CMYK 0.05 0.70 0 0.28
HSL 295.81º 0.54% 0.47% -
HSV(B) 295.81º 0.7% 0.72% -
XYZ 27.7 15.31 46.84 -
YUV 105.59 172.26 177.51 -
System Red Green Blue C M Y K H S L
Decimal 175 55 184 0.05 0.70 0 0.28 295.81 0.54 0.47
Hex AF 37 B8 5 46 0 1C 128 36 2F
Octal 257 67 270 5 106 0 34 450 66 57
Binary 10101111 110111 10111000 101 1000110 0 11100 100101000 110110 101111

Color Harmonies of #AF37B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37B8

Black with #AF37B8

Text Example


Text Example

White with #AF37B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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