Html Css Color HEX #A01BEB Blue Violet

📋 copy color: '#A01BEB'

red 160 ◦ green 27 ◦ blue 235

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

Shades of Blue Violet #A01BEB

Tints of Blue Violet #A01BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.4%

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

R = 37.91%
G = 6.4%
B = 55.69%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A01BEB (or 0xA01BEB) is known color: Blue Violet. HEX triplet: A0, 1B and EB. RGB value is (160,27,235). Sum of RGB (Red+Green+Blue) = 160+27+235=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #A01BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01BEB is #5FE414. Grayscale: #595959. Windows color (decimal): -6284309 or 15408032. OLE color: 15408032.

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

Color convert

RGB 160 27 235 -
CMYK 0.32 0.89 0 0.08
HSL 278.37º 0.84% 0.51% -
HSV(B) 278.37º 0.89% 0.92% -
XYZ 29.88 14.26 79.77 -
YUV 90.48 209.56 177.59 -
System Red Green Blue C M Y K H S L
Decimal 160 27 235 0.32 0.89 0 0.08 278.37 0.84 0.51
Hex A0 1B EB 20 59 0 8 116 54 33
Octal 240 33 353 40 131 0 10 426 124 63
Binary 10100000 11011 11101011 100000 1011001 0 1000 100010110 1010100 110011

Color Harmonies of #A01BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01BEB

Black with #A01BEB

Text Example


Text Example

White with #A01BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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