Html Css Color HEX #A024EF Blue Violet

📋 copy color: '#A024EF'

red 160 ◦ green 36 ◦ blue 239

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

Shades of Blue Violet #A024EF

Tints of Blue Violet #A024EF

RGB

 RED value IS 160 (62.89% from 255) = 36.78%

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

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 36.78%
G = 8.28%
B = 54.94%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A024EF (or 0xA024EF) is known color: Blue Violet. HEX triplet: A0, 24 and EF. RGB value is (160,36,239). Sum of RGB (Red+Green+Blue) = 160+36+239=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #A024EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A024EF is #5FDB10. Grayscale: #5F5F5F. Windows color (decimal): -6282001 or 15672480. OLE color: 15672480.

HSL color Cylindrical-coordinate representation of color #A024EF: hue angle of 276.65º degrees, saturation: 0.86, 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 #A024EF is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 36 239 -
CMYK 0.33 0.85 0 0.06
HSL 276.65º 0.86% 0.54% -
HSV(B) 276.65º 0.85% 0.94% -
XYZ 30.71 14.97 82.93 -
YUV 96.22 208.58 173.49 -
System Red Green Blue C M Y K H S L
Decimal 160 36 239 0.33 0.85 0 0.06 276.65 0.86 0.54
Hex A0 24 EF 21 55 0 6 115 56 36
Octal 240 44 357 41 125 0 6 425 126 66
Binary 10100000 100100 11101111 100001 1010101 0 110 100010101 1010110 110110

Color Harmonies of #A024EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A024EF

Black with #A024EF

Text Example


Text Example

White with #A024EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A024EF; }

 p { color: rgb(160,36,239); }

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

background-color css

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

 a { background-color: rgb(160,36,239); }

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

border-color css

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

 span { border-color: rgb(160,36,239); }

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