Html Css Color HEX #A024ED Blue Violet

📋 copy color: '#A024ED'

red 160 ◦ green 36 ◦ blue 237

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

Shades of Blue Violet #A024ED

Tints of Blue Violet #A024ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 36.95%
G = 8.31%
B = 54.73%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A024ED (or 0xA024ED) is known color: Blue Violet. HEX triplet: A0, 24 and ED. RGB value is (160,36,237). Sum of RGB (Red+Green+Blue) = 160+36+237=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #A024ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A024ED is #5FDB12. Grayscale: #5F5F5F. Windows color (decimal): -6282003 or 15541408. OLE color: 15541408.

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

Color convert

RGB 160 36 237 -
CMYK 0.32 0.85 0 0.07
HSL 277.01º 0.85% 0.54% -
HSV(B) 277.01º 0.85% 0.93% -
XYZ 30.41 14.85 81.38 -
YUV 95.99 207.58 173.66 -
System Red Green Blue C M Y K H S L
Decimal 160 36 237 0.32 0.85 0 0.07 277.01 0.85 0.54
Hex A0 24 ED 20 55 0 7 115 55 36
Octal 240 44 355 40 125 0 7 425 125 66
Binary 10100000 100100 11101101 100000 1010101 0 111 100010101 1010101 110110

Color Harmonies of #A024ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A024ED

Black with #A024ED

Text Example


Text Example

White with #A024ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A024ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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