Html Css Color HEX #A023EE Blue Violet

📋 copy color: '#A023EE'

red 160 ◦ green 35 ◦ blue 238

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

Shades of Blue Violet #A023EE

Tints of Blue Violet #A023EE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.08%

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

R = 36.95%
G = 8.08%
B = 54.97%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A023EE (or 0xA023EE) is known color: Blue Violet. HEX triplet: A0, 23 and EE. RGB value is (160,35,238). Sum of RGB (Red+Green+Blue) = 160+35+238=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #A023EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A023EE is #5FDC11. Grayscale: #5E5E5E. Windows color (decimal): -6282258 or 15606688. OLE color: 15606688.

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

Color convert

RGB 160 35 238 -
CMYK 0.33 0.85 0 0.07
HSL 276.95º 0.86% 0.54% -
HSV(B) 276.95º 0.85% 0.93% -
XYZ 30.53 14.85 82.15 -
YUV 95.52 208.41 173.99 -
System Red Green Blue C M Y K H S L
Decimal 160 35 238 0.33 0.85 0 0.07 276.95 0.86 0.54
Hex A0 23 EE 21 55 0 7 115 56 36
Octal 240 43 356 41 125 0 7 425 126 66
Binary 10100000 100011 11101110 100001 1010101 0 111 100010101 1010110 110110

Color Harmonies of #A023EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A023EE

Black with #A023EE

Text Example


Text Example

White with #A023EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A023EE; }

 p { color: rgb(160,35,238); }

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

background-color css

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

 a { background-color: rgb(160,35,238); }

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

border-color css

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

 span { border-color: rgb(160,35,238); }

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