Html Css Color HEX #A01EEA Blue Violet

📋 copy color: '#A01EEA'

red 160 ◦ green 30 ◦ blue 234

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

Shades of Blue Violet #A01EEA

Tints of Blue Violet #A01EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.19%

R = 37.74%
G = 7.08%
B = 55.19%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A01EEA (or 0xA01EEA) is known color: Blue Violet. HEX triplet: A0, 1E and EA. RGB value is (160,30,234). Sum of RGB (Red+Green+Blue) = 160+30+234=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #A01EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01EEA is #5FE115. Grayscale: #5B5B5B. Windows color (decimal): -6283542 or 15343264. OLE color: 15343264.

HSL color Cylindrical-coordinate representation of color #A01EEA: hue angle of 278.24º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01EEA is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 30 234 -
CMYK 0.32 0.87 0 0.08
HSL 278.24º 0.83% 0.52% -
HSV(B) 278.24º 0.87% 0.92% -
XYZ 29.81 14.34 79.04 -
YUV 92.13 208.07 176.41 -
System Red Green Blue C M Y K H S L
Decimal 160 30 234 0.32 0.87 0 0.08 278.24 0.83 0.52
Hex A0 1E EA 20 57 0 8 116 53 34
Octal 240 36 352 40 127 0 10 426 123 64
Binary 10100000 11110 11101010 100000 1010111 0 1000 100010110 1010011 110100

Color Harmonies of #A01EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01EEA

Black with #A01EEA

Text Example


Text Example

White with #A01EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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