Html Css Color HEX #A01EED Blue Violet

📋 copy color: '#A01EED'

red 160 ◦ green 30 ◦ blue 237

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

Shades of Blue Violet #A01EED

Tints of Blue Violet #A01EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 37.47%
G = 7.03%
B = 55.5%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A01EED (or 0xA01EED) is known color: Blue Violet. HEX triplet: A0, 1E and ED. RGB value is (160,30,237). Sum of RGB (Red+Green+Blue) = 160+30+237=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #A01EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01EED is #5FE112. Grayscale: #5B5B5B. Windows color (decimal): -6283539 or 15539872. OLE color: 15539872.

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

Color convert

RGB 160 30 237 -
CMYK 0.32 0.87 0 0.07
HSL 277.68º 0.85% 0.52% -
HSV(B) 277.68º 0.87% 0.93% -
XYZ 30.25 14.52 81.33 -
YUV 92.47 209.57 176.17 -
System Red Green Blue C M Y K H S L
Decimal 160 30 237 0.32 0.87 0 0.07 277.68 0.85 0.52
Hex A0 1E ED 20 57 0 7 116 55 34
Octal 240 36 355 40 127 0 7 426 125 64
Binary 10100000 11110 11101101 100000 1010111 0 111 100010110 1010101 110100

Color Harmonies of #A01EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01EED

Black with #A01EED

Text Example


Text Example

White with #A01EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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