Html Css Color HEX #A70DDA Dark Violet

📋 copy color: '#A70DDA'

red 167 ◦ green 13 ◦ blue 218

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

Shades of Dark Violet #A70DDA

Tints of Dark Violet #A70DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.77%

R = 41.96%
G = 3.27%
B = 54.77%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A70DDA (or 0xA70DDA) is known color: Dark Violet. HEX triplet: A7, 0D and DA. RGB value is (167,13,218). Sum of RGB (Red+Green+Blue) = 167+13+218=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #A70DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DDA is #58F225. Grayscale: #515151. Windows color (decimal): -5829158 or 14290343. OLE color: 14290343.

HSL color Cylindrical-coordinate representation of color #A70DDA: hue angle of 285.07º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70DDA is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 13 218 -
CMYK 0.23 0.94 0 0.15
HSL 285.07º 0.89% 0.45% -
HSV(B) 285.07º 0.94% 0.85% -
XYZ 28.74 13.57 67.43 -
YUV 82.42 204.52 188.33 -
System Red Green Blue C M Y K H S L
Decimal 167 13 218 0.23 0.94 0 0.15 285.07 0.89 0.45
Hex A7 D DA 17 5E 0 F 11D 59 2D
Octal 247 15 332 27 136 0 17 435 131 55
Binary 10100111 1101 11011010 10111 1011110 0 1111 100011101 1011001 101101

Color Harmonies of #A70DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70DDA

Black with #A70DDA

Text Example


Text Example

White with #A70DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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