Html Css Color HEX #A01EEE Blue Violet

📋 copy color: '#A01EEE'

red 160 ◦ green 30 ◦ blue 238

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

Shades of Blue Violet #A01EEE

Tints of Blue Violet #A01EEE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.01%

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

R = 37.38%
G = 7.01%
B = 55.61%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A01EEE (or 0xA01EEE) is known color: Blue Violet. HEX triplet: A0, 1E and EE. RGB value is (160,30,238). Sum of RGB (Red+Green+Blue) = 160+30+238=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #A01EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01EEE is #5FE111. Grayscale: #5B5B5B. Windows color (decimal): -6283538 or 15605408. OLE color: 15605408.

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

Color convert

RGB 160 30 238 -
CMYK 0.33 0.87 0 0.07
HSL 277.5º 0.86% 0.53% -
HSV(B) 277.5º 0.87% 0.93% -
XYZ 30.39 14.58 82.1 -
YUV 92.58 210.07 176.09 -
System Red Green Blue C M Y K H S L
Decimal 160 30 238 0.33 0.87 0 0.07 277.5 0.86 0.53
Hex A0 1E EE 21 57 0 7 116 56 35
Octal 240 36 356 41 127 0 7 426 126 65
Binary 10100000 11110 11101110 100001 1010111 0 111 100010110 1010110 110101

Color Harmonies of #A01EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01EEE

Black with #A01EEE

Text Example


Text Example

White with #A01EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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