Html Css Color HEX #A70ADC Dark Violet

📋 copy color: '#A70ADC'

red 167 ◦ green 10 ◦ blue 220

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

Shades of Dark Violet #A70ADC

Tints of Dark Violet #A70ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.52%

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 42.07%
G = 2.52%
B = 55.42%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A70ADC (or 0xA70ADC) is known color: Dark Violet. HEX triplet: A7, 0A and DC. RGB value is (167,10,220). Sum of RGB (Red+Green+Blue) = 167+10+220=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #A70ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70ADC is #58F523. Grayscale: #505050. Windows color (decimal): -5829924 or 14420647. OLE color: 14420647.

HSL color Cylindrical-coordinate representation of color #A70ADC: hue angle of 284.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70ADC is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 10 220 -
CMYK 0.24 0.95 0 0.14
HSL 284.86º 0.91% 0.45% -
HSV(B) 284.86º 0.95% 0.86% -
XYZ 28.96 13.6 68.81 -
YUV 80.88 206.51 189.42 -
System Red Green Blue C M Y K H S L
Decimal 167 10 220 0.24 0.95 0 0.14 284.86 0.91 0.45
Hex A7 A DC 18 5F 0 E 11D 5B 2D
Octal 247 12 334 30 137 0 16 435 133 55
Binary 10100111 1010 11011100 11000 1011111 0 1110 100011101 1011011 101101

Color Harmonies of #A70ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70ADC

Black with #A70ADC

Text Example


Text Example

White with #A70ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70ADC; }

 p { color: rgb(167,10,220); }

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

background-color css

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

 a { background-color: rgb(167,10,220); }

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

border-color css

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

 span { border-color: rgb(167,10,220); }

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