#a70cb8

Color #A70CB8 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A70CB8

Tints of Dark Violet #A70CB8

Color information

#A70CB8 (or 0xA70CB8) is unknown color: approx Dark Violet. HEX triplet: A7, 0C and B8. RGB value is (167,12,184). Sum of RGB (Red+Green+Blue) = 167+12+184=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #A70CB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CB8 is #58F347. Grayscale: #4D4D4D. Windows color (decimal): -5829448 or 12061863. OLE color: 12061863.

HSL color Cylindrical-coordinate representation of color #A70CB8: hue angle of 294.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70CB8 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16712184-
CMYK0.090.9300.28
HSL294.07º87.76%38.43%-
HSV(B)294.07º93.48%72.16%-
XYZ24.7211.9446.35-
YUV77.95187.85191.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.01%
GREEN value IS 12 (5.08% from 255) = 3.31%
BLUE value IS 184 (72.27% from 255) = 50.69%
R=46.01%
G=3.31%
B=50.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal167121840.090.9300.28294.0787.7638.43
HexA7CB895D01C1265826
Octal247142701113503444613046
Binary10100111110010111000100110111010111001001001101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a70cb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a70cb8; }

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

 H1.HeaderClassName
 {
   color: #a70cb8;
 }
 .AnyTagClassName
 {
   color: #a70cb8;
 }
</style>
background-color css

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

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

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

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

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

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