Html Css Color HEX #A70CDD Dark Violet

📋 copy color: '#A70CDD'

red 167 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #A70CDD

Tints of Dark Violet #A70CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3%

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 41.75%
G = 3%
B = 55.25%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A70CDD (or 0xA70CDD) is known color: Dark Violet. HEX triplet: A7, 0C and DD. RGB value is (167,12,221). Sum of RGB (Red+Green+Blue) = 167+12+221=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #A70CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CDD is #58F322. Grayscale: #515151. Windows color (decimal): -5829411 or 14486695. OLE color: 14486695.

HSL color Cylindrical-coordinate representation of color #A70CDD: hue angle of 284.5º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70CDD is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 12 221 -
CMYK 0.24 0.95 0 0.13
HSL 284.5º 0.9% 0.46% -
HSV(B) 284.5º 0.95% 0.87% -
XYZ 29.12 13.7 69.52 -
YUV 82.17 206.35 188.51 -
System Red Green Blue C M Y K H S L
Decimal 167 12 221 0.24 0.95 0 0.13 284.5 0.9 0.46
Hex A7 C DD 18 5F 0 D 11C 5A 2E
Octal 247 14 335 30 137 0 15 434 132 56
Binary 10100111 1100 11011101 11000 1011111 0 1101 100011100 1011010 101110

Color Harmonies of #A70CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70CDD

Black with #A70CDD

Text Example


Text Example

White with #A70CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70CDD; }

 p { color: rgb(167,12,221); }

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

background-color css

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

 a { background-color: rgb(167,12,221); }

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

border-color css

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

 span { border-color: rgb(167,12,221); }

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