Html Css Color HEX #A60CDF Dark Violet

📋 copy color: '#A60CDF'

red 166 ◦ green 12 ◦ blue 223

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

Shades of Dark Violet #A60CDF

Tints of Dark Violet #A60CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.99%

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

R = 41.4%
G = 2.99%
B = 55.61%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A60CDF (or 0xA60CDF) is known color: Dark Violet. HEX triplet: A6, 0C and DF. RGB value is (166,12,223). Sum of RGB (Red+Green+Blue) = 166+12+223=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #A60CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CDF is #59F320. Grayscale: #515151. Windows color (decimal): -5894945 or 14617766. OLE color: 14617766.

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

Color convert

RGB 166 12 223 -
CMYK 0.26 0.95 0 0.13
HSL 283.79º 0.9% 0.46% -
HSV(B) 283.79º 0.95% 0.87% -
XYZ 29.18 13.7 70.92 -
YUV 82.1 207.52 187.84 -
System Red Green Blue C M Y K H S L
Decimal 166 12 223 0.26 0.95 0 0.13 283.79 0.9 0.46
Hex A6 C DF 1A 5F 0 D 11C 5A 2E
Octal 246 14 337 32 137 0 15 434 132 56
Binary 10100110 1100 11011111 11010 1011111 0 1101 100011100 1011010 101110

Color Harmonies of #A60CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60CDF

Black with #A60CDF

Text Example


Text Example

White with #A60CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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