Html Css Color HEX #A70DCD Dark Violet

📋 copy color: '#A70DCD'

red 167 ◦ green 13 ◦ blue 205

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

Shades of Dark Violet #A70DCD

Tints of Dark Violet #A70DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.38%

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

R = 43.38%
G = 3.38%
B = 53.25%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A70DCD (or 0xA70DCD) is known color: Dark Violet. HEX triplet: A7, 0D and CD. RGB value is (167,13,205). Sum of RGB (Red+Green+Blue) = 167+13+205=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #A70DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DCD is #58F232. Grayscale: #505050. Windows color (decimal): -5829171 or 13438375. OLE color: 13438375.

HSL color Cylindrical-coordinate representation of color #A70DCD: hue angle of 288.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70DCD is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 13 205 -
CMYK 0.19 0.94 0 0.20
HSL 288.13º 0.88% 0.43% -
HSV(B) 288.13º 0.94% 0.8% -
XYZ 27.1 12.91 58.82 -
YUV 80.93 198.02 189.39 -
System Red Green Blue C M Y K H S L
Decimal 167 13 205 0.19 0.94 0 0.20 288.13 0.88 0.43
Hex A7 D CD 13 5E 0 14 120 58 2B
Octal 247 15 315 23 136 0 24 440 130 53
Binary 10100111 1101 11001101 10011 1011110 0 10100 100100000 1011000 101011

Color Harmonies of #A70DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70DCD

Black with #A70DCD

Text Example


Text Example

White with #A70DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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