Html Css Color HEX #A019EE Blue Violet

📋 copy color: '#A019EE'

red 160 ◦ green 25 ◦ blue 238

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

Shades of Blue Violet #A019EE

Tints of Blue Violet #A019EE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.91%

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

R = 37.83%
G = 5.91%
B = 56.26%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A019EE (or 0xA019EE) is known color: Blue Violet. HEX triplet: A0, 19 and EE. RGB value is (160,25,238). Sum of RGB (Red+Green+Blue) = 160+25+238=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #A019EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A019EE is #5FE611. Grayscale: #585858. Windows color (decimal): -6284818 or 15604128. OLE color: 15604128.

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

Color convert

RGB 160 25 238 -
CMYK 0.33 0.89 0 0.07
HSL 278.03º 0.86% 0.52% -
HSV(B) 278.03º 0.89% 0.93% -
XYZ 30.28 14.34 82.06 -
YUV 89.65 211.73 178.18 -
System Red Green Blue C M Y K H S L
Decimal 160 25 238 0.33 0.89 0 0.07 278.03 0.86 0.52
Hex A0 19 EE 21 59 0 7 116 56 34
Octal 240 31 356 41 131 0 7 426 126 64
Binary 10100000 11001 11101110 100001 1011001 0 111 100010110 1010110 110100

Color Harmonies of #A019EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A019EE

Black with #A019EE

Text Example


Text Example

White with #A019EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A019EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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