Html Css Color HEX #A60DDD Dark Violet

📋 copy color: '#A60DDD'

red 166 ◦ green 13 ◦ blue 221

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

Shades of Dark Violet #A60DDD

Tints of Dark Violet #A60DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.25%

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

R = 41.5%
G = 3.25%
B = 55.25%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A60DDD (or 0xA60DDD) is known color: Dark Violet. HEX triplet: A6, 0D and DD. RGB value is (166,13,221). Sum of RGB (Red+Green+Blue) = 166+13+221=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #A60DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DDD is #59F222. Grayscale: #515151. Windows color (decimal): -5894691 or 14486950. OLE color: 14486950.

HSL color Cylindrical-coordinate representation of color #A60DDD: hue angle of 284.13º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60DDD is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 13 221 -
CMYK 0.25 0.94 0 0.13
HSL 284.13º 0.89% 0.46% -
HSV(B) 284.13º 0.94% 0.87% -
XYZ 28.92 13.62 69.51 -
YUV 82.46 206.19 187.59 -
System Red Green Blue C M Y K H S L
Decimal 166 13 221 0.25 0.94 0 0.13 284.13 0.89 0.46
Hex A6 D DD 19 5E 0 D 11C 59 2E
Octal 246 15 335 31 136 0 15 434 131 56
Binary 10100110 1101 11011101 11001 1011110 0 1101 100011100 1011001 101110

Color Harmonies of #A60DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60DDD

Black with #A60DDD

Text Example


Text Example

White with #A60DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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