Html Css Color HEX #A60CDA Dark Violet

📋 copy color: '#A60CDA'

red 166 ◦ green 12 ◦ blue 218

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

Shades of Dark Violet #A60CDA

Tints of Dark Violet #A60CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.05%

R = 41.92%
G = 3.03%
B = 55.05%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A60CDA (or 0xA60CDA) is known color: Dark Violet. HEX triplet: A6, 0C and DA. RGB value is (166,12,218). Sum of RGB (Red+Green+Blue) = 166+12+218=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #A60CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CDA is #59F325. Grayscale: #505050. Windows color (decimal): -5894950 or 14290086. OLE color: 14290086.

HSL color Cylindrical-coordinate representation of color #A60CDA: hue angle of 284.85º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60CDA is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 12 218 -
CMYK 0.24 0.94 0 0.15
HSL 284.85º 0.9% 0.45% -
HSV(B) 284.85º 0.94% 0.85% -
XYZ 28.51 13.43 67.42 -
YUV 81.53 205.02 188.25 -
System Red Green Blue C M Y K H S L
Decimal 166 12 218 0.24 0.94 0 0.15 284.85 0.9 0.45
Hex A6 C DA 18 5E 0 F 11D 5A 2D
Octal 246 14 332 30 136 0 17 435 132 55
Binary 10100110 1100 11011010 11000 1011110 0 1111 100011101 1011010 101101

Color Harmonies of #A60CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60CDA

Black with #A60CDA

Text Example


Text Example

White with #A60CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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