Html Css Color HEX #AF24EE Blue Violet

📋 copy color: '#AF24EE'

red 175 ◦ green 36 ◦ blue 238

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

Shades of Blue Violet #AF24EE

Tints of Blue Violet #AF24EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.01%

R = 38.98%
G = 8.02%
B = 53.01%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF24EE (or 0xAF24EE) is known color: Blue Violet. HEX triplet: AF, 24 and EE. RGB value is (175,36,238). Sum of RGB (Red+Green+Blue) = 175+36+238=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF24EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF24EE is #50DB11. Grayscale: #636363. Windows color (decimal): -5298962 or 15606959. OLE color: 15606959.

HSL color Cylindrical-coordinate representation of color #AF24EE: hue angle of 281.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF24EE is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 36 238 -
CMYK 0.26 0.85 0 0.07
HSL 281.29º 0.86% 0.54% -
HSV(B) 281.29º 0.85% 0.93% -
XYZ 33.74 16.55 82.3 -
YUV 100.59 205.55 181.07 -
System Red Green Blue C M Y K H S L
Decimal 175 36 238 0.26 0.85 0 0.07 281.29 0.86 0.54
Hex AF 24 EE 1A 55 0 7 119 56 36
Octal 257 44 356 32 125 0 7 431 126 66
Binary 10101111 100100 11101110 11010 1010101 0 111 100011001 1010110 110110

Color Harmonies of #AF24EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24EE

Black with #AF24EE

Text Example


Text Example

White with #AF24EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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