Html Css Color HEX #A001DE Dark Violet

📋 copy color: '#A001DE'

red 160 ◦ green 1 ◦ blue 222

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

Shades of Dark Violet #A001DE

Tints of Dark Violet #A001DE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 41.78%
G = 0.26%
B = 57.96%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A001DE (or 0xA001DE) is known color: Dark Violet. HEX triplet: A0, 01 and DE. RGB value is (160,1,222). Sum of RGB (Red+Green+Blue) = 160+1+222=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #A001DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001DE is #5FFE21. Grayscale: #494949. Windows color (decimal): -6290978 or 14549408. OLE color: 14549408.

HSL color Cylindrical-coordinate representation of color #A001DE: hue angle of 283.17º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A001DE is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 1 222 -
CMYK 0.28 1.00 0 0.13
HSL 283.17º 0.99% 0.44% -
HSV(B) 283.17º 1% 0.87% -
XYZ 27.69 12.77 70.11 -
YUV 73.74 211.68 189.53 -
System Red Green Blue C M Y K H S L
Decimal 160 1 222 0.28 1.00 0 0.13 283.17 0.99 0.44
Hex A0 1 DE 1C 64 0 D 11B 63 2C
Octal 240 1 336 34 144 0 15 433 143 54
Binary 10100000 1 11011110 11100 1100100 0 1101 100011011 1100011 101100

Color Harmonies of #A001DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A001DE

Black with #A001DE

Text Example


Text Example

White with #A001DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A001DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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