Html Css Color HEX #A70CCC Dark Violet

📋 copy color: '#A70CCC'

red 167 ◦ green 12 ◦ blue 204

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

Shades of Dark Violet #A70CCC

Tints of Dark Violet #A70CCC

RGB

 RED value IS 167 (65.63% from 255) = 43.6%

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

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 43.6%
G = 3.13%
B = 53.26%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A70CCC (or 0xA70CCC) is known color: Dark Violet. HEX triplet: A7, 0C and CC. RGB value is (167,12,204). Sum of RGB (Red+Green+Blue) = 167+12+204=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #A70CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CCC is #58F333. Grayscale: #4F4F4F. Windows color (decimal): -5829428 or 13372583. OLE color: 13372583.

HSL color Cylindrical-coordinate representation of color #A70CCC: hue angle of 288.44º degrees, saturation: 0.89, 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 #A70CCC is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 12 204 -
CMYK 0.18 0.94 0 0.2
HSL 288.44º 0.89% 0.42% -
HSV(B) 288.44º 0.94% 0.8% -
XYZ 26.97 12.84 58.18 -
YUV 80.23 197.85 189.89 -
System Red Green Blue C M Y K H S L
Decimal 167 12 204 0.18 0.94 0 0.2 288.44 0.89 0.42
Hex A7 C CC 12 5E 0 14 120 59 2A
Octal 247 14 314 22 136 0 24 440 131 52
Binary 10100111 1100 11001100 10010 1011110 0 10100 100100000 1011001 101010

Color Harmonies of #A70CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70CCC

Black with #A70CCC

Text Example


Text Example

White with #A70CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70CCC; }

 p { color: rgb(167,12,204); }

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

background-color css

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

 a { background-color: rgb(167,12,204); }

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

border-color css

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

 span { border-color: rgb(167,12,204); }

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