Html Css Color HEX #AF37F4 Blue Violet

📋 copy color: '#AF37F4'

red 175 ◦ green 55 ◦ blue 244

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

Shades of Blue Violet #AF37F4

Tints of Blue Violet #AF37F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 51.48%

R = 36.92%
G = 11.6%
B = 51.48%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF37F4 (or 0xAF37F4) is known color: Blue Violet. HEX triplet: AF, 37 and F4. RGB value is (175,55,244). Sum of RGB (Red+Green+Blue) = 175+55+244=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 55 (21.88% from 255 or 11.60% from 474); Blue value is 244 (95.70% from 255 or 51.48% from 474); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF37F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF37F4 is #50C80B. Grayscale: #6F6F6F. Windows color (decimal): -5294092 or 16005039. OLE color: 16005039.

HSL color Cylindrical-coordinate representation of color #AF37F4: hue angle of 278.1º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF37F4 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 55 244 -
CMYK 0.28 0.77 0 0.04
HSL 278.1º 0.9% 0.59% -
HSV(B) 278.1º 0.77% 0.96% -
XYZ 35.37 18.38 87.27 -
YUV 112.43 202.26 172.63 -
System Red Green Blue C M Y K H S L
Decimal 175 55 244 0.28 0.77 0 0.04 278.1 0.9 0.59
Hex AF 37 F4 1C 4D 0 4 116 5A 3B
Octal 257 67 364 34 115 0 4 426 132 73
Binary 10101111 110111 11110100 11100 1001101 0 100 100010110 1011010 111011

Color Harmonies of #AF37F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37F4

Black with #AF37F4

Text Example


Text Example

White with #AF37F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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