Html Css Color HEX #A01EEB Blue Violet

📋 copy color: '#A01EEB'

red 160 ◦ green 30 ◦ blue 235

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

Shades of Blue Violet #A01EEB

Tints of Blue Violet #A01EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.29%

R = 37.65%
G = 7.06%
B = 55.29%

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

#A01EEB (or 0xA01EEB) is known color: Blue Violet. HEX triplet: A0, 1E and EB. RGB value is (160,30,235). Sum of RGB (Red+Green+Blue) = 160+30+235=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #A01EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01EEB is #5FE114. Grayscale: #5B5B5B. Windows color (decimal): -6283541 or 15408800. OLE color: 15408800.

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

Color convert

RGB 160 30 235 -
CMYK 0.32 0.87 0 0.08
HSL 278.05º 0.84% 0.52% -
HSV(B) 278.05º 0.87% 0.92% -
XYZ 29.96 14.4 79.8 -
YUV 92.24 208.57 176.33 -
System Red Green Blue C M Y K H S L
Decimal 160 30 235 0.32 0.87 0 0.08 278.05 0.84 0.52
Hex A0 1E EB 20 57 0 8 116 54 34
Octal 240 36 353 40 127 0 10 426 124 64
Binary 10100000 11110 11101011 100000 1010111 0 1000 100010110 1010100 110100

Color Harmonies of #A01EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01EEB

Black with #A01EEB

Text Example


Text Example

White with #A01EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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