Html Css Color HEX #A712DD Dark Violet

📋 copy color: '#A712DD'

red 167 ◦ green 18 ◦ blue 221

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

Shades of Dark Violet #A712DD

Tints of Dark Violet #A712DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.43%

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

R = 41.13%
G = 4.43%
B = 54.43%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A712DD (or 0xA712DD) is known color: Dark Violet. HEX triplet: A7, 12 and DD. RGB value is (167,18,221). Sum of RGB (Red+Green+Blue) = 167+18+221=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #A712DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712DD is #58ED22. Grayscale: #555555. Windows color (decimal): -5827875 or 14488231. OLE color: 14488231.

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

Color convert

RGB 167 18 221 -
CMYK 0.24 0.92 0 0.13
HSL 284.04º 0.85% 0.47% -
HSV(B) 284.04º 0.92% 0.87% -
XYZ 29.2 13.87 69.54 -
YUV 85.69 204.36 185.99 -
System Red Green Blue C M Y K H S L
Decimal 167 18 221 0.24 0.92 0 0.13 284.04 0.85 0.47
Hex A7 12 DD 18 5C 0 D 11C 55 2F
Octal 247 22 335 30 134 0 15 434 125 57
Binary 10100111 10010 11011101 11000 1011100 0 1101 100011100 1010101 101111

Color Harmonies of #A712DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A712DD

Black with #A712DD

Text Example


Text Example

White with #A712DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A712DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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