Html Css Color HEX #A70BCC Dark Violet

📋 copy color: '#A70BCC'

red 167 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #A70BCC

Tints of Dark Violet #A70BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.88%

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

R = 43.72%
G = 2.88%
B = 53.4%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A70BCC (or 0xA70BCC) is known color: Dark Violet. HEX triplet: A7, 0B and CC. RGB value is (167,11,204). Sum of RGB (Red+Green+Blue) = 167+11+204=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #A70BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BCC is #58F433. Grayscale: #4F4F4F. Windows color (decimal): -5829684 or 13372327. OLE color: 13372327.

HSL color Cylindrical-coordinate representation of color #A70BCC: hue angle of 288.5º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70BCC is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 11 204 -
CMYK 0.18 0.95 0 0.2
HSL 288.5º 0.9% 0.42% -
HSV(B) 288.5º 0.95% 0.8% -
XYZ 26.96 12.81 58.18 -
YUV 79.65 198.18 190.31 -
System Red Green Blue C M Y K H S L
Decimal 167 11 204 0.18 0.95 0 0.2 288.5 0.9 0.42
Hex A7 B CC 12 5F 0 14 120 5A 2A
Octal 247 13 314 22 137 0 24 440 132 52
Binary 10100111 1011 11001100 10010 1011111 0 10100 100100000 1011010 101010

Color Harmonies of #A70BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70BCC

Black with #A70BCC

Text Example


Text Example

White with #A70BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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