Html Css Color HEX #A70CCE Dark Violet

📋 copy color: '#A70CCE'

red 167 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #A70CCE

Tints of Dark Violet #A70CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 43.38%
G = 3.12%
B = 53.51%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A70CCE (or 0xA70CCE) is known color: Dark Violet. HEX triplet: A7, 0C and CE. RGB value is (167,12,206). Sum of RGB (Red+Green+Blue) = 167+12+206=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #A70CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CCE is #58F331. Grayscale: #4F4F4F. Windows color (decimal): -5829426 or 13503655. OLE color: 13503655.

HSL color Cylindrical-coordinate representation of color #A70CCE: hue angle of 287.94º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70CCE is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 12 206 -
CMYK 0.19 0.94 0 0.19
HSL 287.94º 0.89% 0.43% -
HSV(B) 287.94º 0.94% 0.81% -
XYZ 27.21 12.93 59.46 -
YUV 80.46 198.85 189.73 -
System Red Green Blue C M Y K H S L
Decimal 167 12 206 0.19 0.94 0 0.19 287.94 0.89 0.43
Hex A7 C CE 13 5E 0 13 120 59 2B
Octal 247 14 316 23 136 0 23 440 131 53
Binary 10100111 1100 11001110 10011 1011110 0 10011 100100000 1011001 101011

Color Harmonies of #A70CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70CCE

Black with #A70CCE

Text Example


Text Example

White with #A70CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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