Html Css Color HEX #A01ADE Dark Violet

📋 copy color: '#A01ADE'

red 160 ◦ green 26 ◦ blue 222

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

Shades of Dark Violet #A01ADE

Tints of Dark Violet #A01ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.37%

 BLUE value IS 222 (87.11% from 255) = 54.41%

R = 39.22%
G = 6.37%
B = 54.41%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A01ADE (or 0xA01ADE) is known color: Dark Violet. HEX triplet: A0, 1A and DE. RGB value is (160,26,222). Sum of RGB (Red+Green+Blue) = 160+26+222=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #A01ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01ADE is #5FE521. Grayscale: #575757. Windows color (decimal): -6284578 or 14555808. OLE color: 14555808.

HSL color Cylindrical-coordinate representation of color #A01ADE: hue angle of 281.02º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01ADE is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 26 222 -
CMYK 0.28 0.88 0 0.13
HSL 281.02º 0.79% 0.49% -
HSV(B) 281.02º 0.88% 0.87% -
XYZ 28.05 13.49 70.23 -
YUV 88.41 203.39 179.06 -
System Red Green Blue C M Y K H S L
Decimal 160 26 222 0.28 0.88 0 0.13 281.02 0.79 0.49
Hex A0 1A DE 1C 58 0 D 119 4F 31
Octal 240 32 336 34 130 0 15 431 117 61
Binary 10100000 11010 11011110 11100 1011000 0 1101 100011001 1001111 110001

Color Harmonies of #A01ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01ADE

Black with #A01ADE

Text Example


Text Example

White with #A01ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01ADE; }

 p { color: rgb(160,26,222); }

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

background-color css

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

 a { background-color: rgb(160,26,222); }

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

border-color css

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

 span { border-color: rgb(160,26,222); }

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