Html Css Color HEX #AF37FC Blue Violet

📋 copy color: '#AF37FC'

red 175 ◦ green 55 ◦ blue 252

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

Shades of Blue Violet #AF37FC

Tints of Blue Violet #AF37FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 36.31%
G = 11.41%
B = 52.28%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF37FC (or 0xAF37FC) is known color: Blue Violet. HEX triplet: AF, 37 and FC. RGB value is (175,55,252). Sum of RGB (Red+Green+Blue) = 175+55+252=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF37FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF37FC is #50C803. Grayscale: #707070. Windows color (decimal): -5294084 or 16529327. OLE color: 16529327.

HSL color Cylindrical-coordinate representation of color #AF37FC: hue angle of 276.55º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF37FC is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 55 252 -
CMYK 0.31 0.78 0 0.01
HSL 276.55º 0.97% 0.6% -
HSV(B) 276.55º 0.78% 0.99% -
XYZ 36.62 18.87 93.81 -
YUV 113.34 206.26 171.98 -
System Red Green Blue C M Y K H S L
Decimal 175 55 252 0.31 0.78 0 0.01 276.55 0.97 0.6
Hex AF 37 FC 1F 4E 0 1 115 61 3C
Octal 257 67 374 37 116 0 1 425 141 74
Binary 10101111 110111 11111100 11111 1001110 0 1 100010101 1100001 111100

Color Harmonies of #AF37FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37FC

Black with #AF37FC

Text Example


Text Example

White with #AF37FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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