Html Css Color HEX #A60ADF Dark Violet

📋 copy color: '#A60ADF'

red 166 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #A60ADF

Tints of Dark Violet #A60ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.51%

 BLUE value IS 223 (87.5% from 255) = 55.89%

R = 41.6%
G = 2.51%
B = 55.89%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A60ADF (or 0xA60ADF) is known color: Dark Violet. HEX triplet: A6, 0A and DF. RGB value is (166,10,223). Sum of RGB (Red+Green+Blue) = 166+10+223=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #A60ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60ADF is #59F520. Grayscale: #505050. Windows color (decimal): -5895457 or 14617254. OLE color: 14617254.

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

Color convert

RGB 166 10 223 -
CMYK 0.26 0.96 0 0.13
HSL 283.94º 0.91% 0.46% -
HSV(B) 283.94º 0.96% 0.87% -
XYZ 29.15 13.65 70.91 -
YUV 80.93 208.18 188.68 -
System Red Green Blue C M Y K H S L
Decimal 166 10 223 0.26 0.96 0 0.13 283.94 0.91 0.46
Hex A6 A DF 1A 60 0 D 11C 5B 2E
Octal 246 12 337 32 140 0 15 434 133 56
Binary 10100110 1010 11011111 11010 1100000 0 1101 100011100 1011011 101110

Color Harmonies of #A60ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60ADF

Black with #A60ADF

Text Example


Text Example

White with #A60ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60ADF; }

 p { color: rgb(166,10,223); }

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

background-color css

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

 a { background-color: rgb(166,10,223); }

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

border-color css

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

 span { border-color: rgb(166,10,223); }

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