Html Css Color HEX #A601DD Dark Violet

📋 copy color: '#A601DD'

red 166 ◦ green 1 ◦ blue 221

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

Shades of Dark Violet #A601DD

Tints of Dark Violet #A601DD

RGB

 RED value IS 166 (65.23% from 255) = 42.78%

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

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

R = 42.78%
G = 0.26%
B = 56.96%

CMYK

 C value IS 0.25

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A601DD (or 0xA601DD) is known color: Dark Violet. HEX triplet: A6, 01 and DD. RGB value is (166,1,221). Sum of RGB (Red+Green+Blue) = 166+1+221=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #A601DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601DD is #59FE22. Grayscale: #4A4A4A. Windows color (decimal): -5897763 or 14483878. OLE color: 14483878.

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

Color convert

RGB 166 1 221 -
CMYK 0.25 1.00 0 0.13
HSL 285º 0.99% 0.44% -
HSV(B) 285º 1% 0.87% -
XYZ 28.79 13.35 69.47 -
YUV 75.42 210.16 192.61 -
System Red Green Blue C M Y K H S L
Decimal 166 1 221 0.25 1.00 0 0.13 285 0.99 0.44
Hex A6 1 DD 19 64 0 D 11D 63 2C
Octal 246 1 335 31 144 0 15 435 143 54
Binary 10100110 1 11011101 11001 1100100 0 1101 100011101 1100011 101100

Color Harmonies of #A601DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A601DD

Black with #A601DD

Text Example


Text Example

White with #A601DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A601DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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