Html Css Color HEX #AF37AF Fuchsia

📋 copy color: '#AF37AF'

red 175 ◦ green 55 ◦ blue 175

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

Shades of Fuchsia #AF37AF

Tints of Fuchsia #AF37AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 43.21%
G = 13.58%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF37AF (or 0xAF37AF) is known color: Fuchsia. HEX triplet: AF, 37 and AF. RGB value is (175,55,175). Sum of RGB (Red+Green+Blue) = 175+55+175=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF37AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF37AF is #50C850. Grayscale: #686868. Windows color (decimal): -5294161 or 11483055. OLE color: 11483055.

HSL color Cylindrical-coordinate representation of color #AF37AF: hue angle of 300º 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 #AF37AF is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 55 175 -
CMYK 0 0.69 0 0.31
HSL 300º 0.52% 0.45% -
HSV(B) 300º 0.69% 0.69% -
XYZ 26.78 14.94 42.03 -
YUV 104.56 167.76 178.24 -
System Red Green Blue C M Y K H S L
Decimal 175 55 175 0 0.69 0 0.31 300 0.52 0.45
Hex AF 37 AF 0 45 0 1F 12C 34 2D
Octal 257 67 257 0 105 0 37 454 64 55
Binary 10101111 110111 10101111 0 1000101 0 11111 100101100 110100 101101

Color Harmonies of #AF37AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37AF

Black with #AF37AF

Text Example


Text Example

White with #AF37AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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