Html Css Color HEX #AF37B2 Fuchsia

📋 copy color: '#AF37B2'

red 175 ◦ green 55 ◦ blue 178

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

Shades of Fuchsia #AF37B2

Tints of Fuchsia #AF37B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.63%

R = 42.89%
G = 13.48%
B = 43.63%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF37B2 (or 0xAF37B2) is known color: Fuchsia. HEX triplet: AF, 37 and B2. RGB value is (175,55,178). Sum of RGB (Red+Green+Blue) = 175+55+178=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF37B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF37B2 is #50C84D. Grayscale: #686868. Windows color (decimal): -5294158 or 11679663. OLE color: 11679663.

HSL color Cylindrical-coordinate representation of color #AF37B2: hue angle of 298.54º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF37B2 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 55 178 -
CMYK 0.02 0.69 0 0.30
HSL 298.54º 0.53% 0.46% -
HSV(B) 298.54º 0.69% 0.7% -
XYZ 27.08 15.06 43.6 -
YUV 104.9 169.26 178 -
System Red Green Blue C M Y K H S L
Decimal 175 55 178 0.02 0.69 0 0.30 298.54 0.53 0.46
Hex AF 37 B2 2 45 0 1E 12B 35 2E
Octal 257 67 262 2 105 0 36 453 65 56
Binary 10101111 110111 10110010 10 1000101 0 11110 100101011 110101 101110

Color Harmonies of #AF37B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37B2

Black with #AF37B2

Text Example


Text Example

White with #AF37B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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