Html Css Color HEX #A70BCD Dark Violet

📋 copy color: '#A70BCD'

red 167 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #A70BCD

Tints of Dark Violet #A70BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 43.6%
G = 2.87%
B = 53.52%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A70BCD (or 0xA70BCD) is known color: Dark Violet. HEX triplet: A7, 0B and CD. RGB value is (167,11,205). Sum of RGB (Red+Green+Blue) = 167+11+205=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #A70BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BCD is #58F432. Grayscale: #4F4F4F. Windows color (decimal): -5829683 or 13437863. OLE color: 13437863.

HSL color Cylindrical-coordinate representation of color #A70BCD: hue angle of 288.25º 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 #A70BCD is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 11 205 -
CMYK 0.19 0.95 0 0.20
HSL 288.25º 0.9% 0.42% -
HSV(B) 288.25º 0.95% 0.8% -
XYZ 27.08 12.86 58.81 -
YUV 79.76 198.68 190.23 -
System Red Green Blue C M Y K H S L
Decimal 167 11 205 0.19 0.95 0 0.20 288.25 0.9 0.42
Hex A7 B CD 13 5F 0 14 120 5A 2A
Octal 247 13 315 23 137 0 24 440 132 52
Binary 10100111 1011 11001101 10011 1011111 0 10100 100100000 1011010 101010

Color Harmonies of #A70BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70BCD

Black with #A70BCD

Text Example


Text Example

White with #A70BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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