Html Css Color HEX #A01FEB Blue Violet

📋 copy color: '#A01FEB'

red 160 ◦ green 31 ◦ blue 235

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

Shades of Blue Violet #A01FEB

Tints of Blue Violet #A01FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.28%

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

R = 37.56%
G = 7.28%
B = 55.16%

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

#A01FEB (or 0xA01FEB) is known color: Blue Violet. HEX triplet: A0, 1F and EB. RGB value is (160,31,235). Sum of RGB (Red+Green+Blue) = 160+31+235=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #A01FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01FEB is #5FE014. Grayscale: #5C5C5C. Windows color (decimal): -6283285 or 15409056. OLE color: 15409056.

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

Color convert

RGB 160 31 235 -
CMYK 0.32 0.87 0 0.08
HSL 277.94º 0.84% 0.52% -
HSV(B) 277.94º 0.87% 0.92% -
XYZ 29.98 14.45 79.81 -
YUV 92.83 208.24 175.91 -
System Red Green Blue C M Y K H S L
Decimal 160 31 235 0.32 0.87 0 0.08 277.94 0.84 0.52
Hex A0 1F EB 20 57 0 8 116 54 34
Octal 240 37 353 40 127 0 10 426 124 64
Binary 10100000 11111 11101011 100000 1010111 0 1000 100010110 1010100 110100

Color Harmonies of #A01FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01FEB

Black with #A01FEB

Text Example


Text Example

White with #A01FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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