Html Css Color HEX #A712D0 Dark Violet

📋 copy color: '#A712D0'

red 167 ◦ green 18 ◦ blue 208

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

Shades of Dark Violet #A712D0

Tints of Dark Violet #A712D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.93%

R = 42.49%
G = 4.58%
B = 52.93%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A712D0 (or 0xA712D0) is known color: Dark Violet. HEX triplet: A7, 12 and D0. RGB value is (167,18,208). Sum of RGB (Red+Green+Blue) = 167+18+208=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #A712D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712D0 is #58ED2F. Grayscale: #535353. Windows color (decimal): -5827888 or 13636263. OLE color: 13636263.

HSL color Cylindrical-coordinate representation of color #A712D0: hue angle of 287.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A712D0 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 18 208 -
CMYK 0.20 0.91 0 0.18
HSL 287.05º 0.84% 0.44% -
HSV(B) 287.05º 0.91% 0.82% -
XYZ 27.54 13.2 60.77 -
YUV 84.21 197.86 187.05 -
System Red Green Blue C M Y K H S L
Decimal 167 18 208 0.20 0.91 0 0.18 287.05 0.84 0.44
Hex A7 12 D0 14 5B 0 12 11F 54 2C
Octal 247 22 320 24 133 0 22 437 124 54
Binary 10100111 10010 11010000 10100 1011011 0 10010 100011111 1010100 101100

Color Harmonies of #A712D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A712D0

Black with #A712D0

Text Example


Text Example

White with #A712D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A712D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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