Html Css Color HEX #A70CBD Dark Violet

📋 copy color: '#A70CBD'

red 167 ◦ green 12 ◦ blue 189

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

Shades of Dark Violet #A70CBD

Tints of Dark Violet #A70CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.36%

R = 45.38%
G = 3.26%
B = 51.36%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A70CBD (or 0xA70CBD) is known color: Dark Violet. HEX triplet: A7, 0C and BD. RGB value is (167,12,189). Sum of RGB (Red+Green+Blue) = 167+12+189=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #A70CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CBD is #58F342. Grayscale: #4D4D4D. Windows color (decimal): -5829443 or 12389543. OLE color: 12389543.

HSL color Cylindrical-coordinate representation of color #A70CBD: hue angle of 292.54º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70CBD is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 12 189 -
CMYK 0.12 0.94 0 0.26
HSL 292.54º 0.88% 0.39% -
HSV(B) 292.54º 0.94% 0.74% -
XYZ 25.25 12.15 49.16 -
YUV 78.52 190.35 191.11 -
System Red Green Blue C M Y K H S L
Decimal 167 12 189 0.12 0.94 0 0.26 292.54 0.88 0.39
Hex A7 C BD C 5E 0 1A 125 58 27
Octal 247 14 275 14 136 0 32 445 130 47
Binary 10100111 1100 10111101 1100 1011110 0 11010 100100101 1011000 100111

Color Harmonies of #A70CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70CBD

Black with #A70CBD

Text Example


Text Example

White with #A70CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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