Html Css Color HEX #A00CC7 Dark Violet

📋 copy color: '#A00CC7'

red 160 ◦ green 12 ◦ blue 199

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

Shades of Dark Violet #A00CC7

Tints of Dark Violet #A00CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 53.64%

R = 43.13%
G = 3.23%
B = 53.64%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A00CC7 (or 0xA00CC7) is known color: Dark Violet. HEX triplet: A0, 0C and C7. RGB value is (160,12,199). Sum of RGB (Red+Green+Blue) = 160+12+199=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 199 (78.12% from 255 or 53.64% from 371); Max value from RGB is 199 - color contains mainly: blue. Hex color #A00CC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CC7 is #5FF338. Grayscale: #4C4C4C. Windows color (decimal): -6288185 or 13044896. OLE color: 13044896.

HSL color Cylindrical-coordinate representation of color #A00CC7: hue angle of 287.49º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00CC7 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 12 199 -
CMYK 0.20 0.94 0 0.22
HSL 287.49º 0.89% 0.41% -
HSV(B) 287.49º 0.94% 0.78% -
XYZ 24.94 11.86 55.01 -
YUV 77.57 196.53 186.79 -
System Red Green Blue C M Y K H S L
Decimal 160 12 199 0.20 0.94 0 0.22 287.49 0.89 0.41
Hex A0 C C7 14 5E 0 16 11F 59 29
Octal 240 14 307 24 136 0 26 437 131 51
Binary 10100000 1100 11000111 10100 1011110 0 10110 100011111 1011001 101001

Color Harmonies of #A00CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00CC7

Black with #A00CC7

Text Example


Text Example

White with #A00CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00CC7; }

 p { color: rgb(160,12,199); }

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

background-color css

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

 a { background-color: rgb(160,12,199); }

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

border-color css

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

 span { border-color: rgb(160,12,199); }

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