Html Css Color HEX #A001DD Dark Violet

📋 copy color: '#A001DD'

red 160 ◦ green 1 ◦ blue 221

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

Shades of Dark Violet #A001DD

Tints of Dark Violet #A001DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 41.88%
G = 0.26%
B = 57.85%

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

#A001DD (or 0xA001DD) is known color: Dark Violet. HEX triplet: A0, 01 and DD. RGB value is (160,1,221). Sum of RGB (Red+Green+Blue) = 160+1+221=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #A001DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001DD is #5FFE22. Grayscale: #484848. Windows color (decimal): -6290979 or 14483872. OLE color: 14483872.

HSL color Cylindrical-coordinate representation of color #A001DD: hue angle of 283.36º 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 #A001DD is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 1 221 -
CMYK 0.28 1.00 0 0.13
HSL 283.36º 0.99% 0.44% -
HSV(B) 283.36º 1% 0.87% -
XYZ 27.56 12.72 69.41 -
YUV 73.62 211.18 189.61 -
System Red Green Blue C M Y K H S L
Decimal 160 1 221 0.28 1.00 0 0.13 283.36 0.99 0.44
Hex A0 1 DD 1C 64 0 D 11B 63 2C
Octal 240 1 335 34 144 0 15 433 143 54
Binary 10100000 1 11011101 11100 1100100 0 1101 100011011 1100011 101100

Color Harmonies of #A001DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A001DD

Black with #A001DD

Text Example


Text Example

White with #A001DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A001DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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