Html Css Color HEX #A70DDC Dark Violet

📋 copy color: '#A70DDC'

red 167 ◦ green 13 ◦ blue 220

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

Shades of Dark Violet #A70DDC

Tints of Dark Violet #A70DDC

RGB

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

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

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

R = 41.75%
G = 3.25%
B = 55%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A70DDC (or 0xA70DDC) is known color: Dark Violet. HEX triplet: A7, 0D and DC. RGB value is (167,13,220). Sum of RGB (Red+Green+Blue) = 167+13+220=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #A70DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DDC is #58F223. Grayscale: #515151. Windows color (decimal): -5829156 or 14421415. OLE color: 14421415.

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

Color convert

RGB 167 13 220 -
CMYK 0.24 0.94 0 0.14
HSL 284.64º 0.89% 0.46% -
HSV(B) 284.64º 0.94% 0.86% -
XYZ 29 13.67 68.82 -
YUV 82.64 205.52 188.17 -
System Red Green Blue C M Y K H S L
Decimal 167 13 220 0.24 0.94 0 0.14 284.64 0.89 0.46
Hex A7 D DC 18 5E 0 E 11D 59 2E
Octal 247 15 334 30 136 0 16 435 131 56
Binary 10100111 1101 11011100 11000 1011110 0 1110 100011101 1011001 101110

Color Harmonies of #A70DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70DDC

Black with #A70DDC

Text Example


Text Example

White with #A70DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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