Html Css Color HEX #AF24F0 Blue Violet

📋 copy color: '#AF24F0'

red 175 ◦ green 36 ◦ blue 240

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

Shades of Blue Violet #AF24F0

Tints of Blue Violet #AF24F0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.98%

 BLUE value IS 240 (94.14% from 255) = 53.22%

R = 38.8%
G = 7.98%
B = 53.22%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF24F0 (or 0xAF24F0) is known color: Blue Violet. HEX triplet: AF, 24 and F0. RGB value is (175,36,240). Sum of RGB (Red+Green+Blue) = 175+36+240=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF24F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF24F0 is #50DB0F. Grayscale: #646464. Windows color (decimal): -5298960 or 15738031. OLE color: 15738031.

HSL color Cylindrical-coordinate representation of color #AF24F0: hue angle of 280.88º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF24F0 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 36 240 -
CMYK 0.27 0.85 0 0.06
HSL 280.88º 0.87% 0.54% -
HSV(B) 280.88º 0.85% 0.94% -
XYZ 34.04 16.67 83.86 -
YUV 100.82 206.55 180.91 -
System Red Green Blue C M Y K H S L
Decimal 175 36 240 0.27 0.85 0 0.06 280.88 0.87 0.54
Hex AF 24 F0 1B 55 0 6 119 57 36
Octal 257 44 360 33 125 0 6 431 127 66
Binary 10101111 100100 11110000 11011 1010101 0 110 100011001 1010111 110110

Color Harmonies of #AF24F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24F0

Black with #AF24F0

Text Example


Text Example

White with #AF24F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24F0; }

 p { color: rgb(175,36,240); }

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

background-color css

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

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

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

border-color css

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

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

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