Html Css Color HEX #AF37A7 Fuchsia

📋 copy color: '#AF37A7'

red 175 ◦ green 55 ◦ blue 167

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

Shades of Fuchsia #AF37A7

Tints of Fuchsia #AF37A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.07%

R = 44.08%
G = 13.85%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF37A7 (or 0xAF37A7) is known color: Fuchsia. HEX triplet: AF, 37 and A7. RGB value is (175,55,167). Sum of RGB (Red+Green+Blue) = 175+55+167=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF37A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF37A7 is #50C858. Grayscale: #676767. Windows color (decimal): -5294169 or 10958767. OLE color: 10958767.

HSL color Cylindrical-coordinate representation of color #AF37A7: hue angle of 304º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF37A7 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 55 167 -
CMYK 0 0.69 0.05 0.31
HSL 304º 0.52% 0.45% -
HSV(B) 304º 0.69% 0.69% -
XYZ 26.02 14.64 38.01 -
YUV 103.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 175 55 167 0 0.69 0.05 0.31 304 0.52 0.45
Hex AF 37 A7 0 45 5 1F 130 34 2D
Octal 257 67 247 0 105 5 37 460 64 55
Binary 10101111 110111 10100111 0 1000101 101 11111 100110000 110100 101101

Color Harmonies of #AF37A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37A7

Black with #AF37A7

Text Example


Text Example

White with #AF37A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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