Html Css Color HEX #A60DCB Dark Violet

📋 copy color: '#A60DCB'

red 166 ◦ green 13 ◦ blue 203

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

Shades of Dark Violet #A60DCB

Tints of Dark Violet #A60DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 43.46%
G = 3.4%
B = 53.14%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A60DCB (or 0xA60DCB) is known color: Dark Violet. HEX triplet: A6, 0D and CB. RGB value is (166,13,203). Sum of RGB (Red+Green+Blue) = 166+13+203=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #A60DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DCB is #59F234. Grayscale: #4F4F4F. Windows color (decimal): -5894709 or 13307302. OLE color: 13307302.

HSL color Cylindrical-coordinate representation of color #A60DCB: hue angle of 288.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60DCB is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 13 203 -
CMYK 0.18 0.94 0 0.20
HSL 288.32º 0.88% 0.42% -
HSV(B) 288.32º 0.94% 0.8% -
XYZ 26.65 12.71 57.55 -
YUV 80.41 197.19 189.05 -
System Red Green Blue C M Y K H S L
Decimal 166 13 203 0.18 0.94 0 0.20 288.32 0.88 0.42
Hex A6 D CB 12 5E 0 14 120 58 2A
Octal 246 15 313 22 136 0 24 440 130 52
Binary 10100110 1101 11001011 10010 1011110 0 10100 100100000 1011000 101010

Color Harmonies of #A60DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60DCB

Black with #A60DCB

Text Example


Text Example

White with #A60DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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