Html Css Color HEX #A006C0 Dark Violet

📋 copy color: '#A006C0'

red 160 ◦ green 6 ◦ blue 192

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

Shades of Dark Violet #A006C0

Tints of Dark Violet #A006C0

RGB

 RED value IS 160 (62.89% from 255) = 44.69%

 GREEN value IS 6 (2.73% from 255) = 1.68%

 BLUE value IS 192 (75.39% from 255) = 53.63%

R = 44.69%
G = 1.68%
B = 53.63%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A006C0 (or 0xA006C0) is known color: Dark Violet. HEX triplet: A0, 06 and C0. RGB value is (160,6,192). Sum of RGB (Red+Green+Blue) = 160+6+192=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #A006C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006C0 is #5FF93F. Grayscale: #484848. Windows color (decimal): -6289728 or 12584608. OLE color: 12584608.

HSL color Cylindrical-coordinate representation of color #A006C0: hue angle of 289.68º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A006C0 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 6 192 -
CMYK 0.17 0.97 0 0.25
HSL 289.68º 0.94% 0.39% -
HSV(B) 289.68º 0.97% 0.75% -
XYZ 24.08 11.41 50.8 -
YUV 73.25 195.02 189.88 -
System Red Green Blue C M Y K H S L
Decimal 160 6 192 0.17 0.97 0 0.25 289.68 0.94 0.39
Hex A0 6 C0 11 61 0 19 122 5E 27
Octal 240 6 300 21 141 0 31 442 136 47
Binary 10100000 110 11000000 10001 1100001 0 11001 100100010 1011110 100111

Color Harmonies of #A006C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A006C0

Black with #A006C0

Text Example


Text Example

White with #A006C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A006C0; }

 p { color: rgb(160,6,192); }

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

background-color css

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

 a { background-color: rgb(160,6,192); }

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

border-color css

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

 span { border-color: rgb(160,6,192); }

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