Html Css Color HEX #A712B8 Dark Violet

📋 copy color: '#A712B8'

red 167 ◦ green 18 ◦ blue 184

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

Shades of Dark Violet #A712B8

Tints of Dark Violet #A712B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.86%

R = 45.26%
G = 4.88%
B = 49.86%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A712B8 (or 0xA712B8) is known color: Dark Violet. HEX triplet: A7, 12 and B8. RGB value is (167,18,184). Sum of RGB (Red+Green+Blue) = 167+18+184=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 184 (72.27% from 255 or 49.86% from 369); Max value from RGB is 184 - color contains mainly: blue. Hex color #A712B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712B8 is #58ED47. Grayscale: #505050. Windows color (decimal): -5827912 or 12063399. OLE color: 12063399.

HSL color Cylindrical-coordinate representation of color #A712B8: hue angle of 293.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A712B8 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 167 18 184 -
CMYK 0.09 0.90 0 0.28
HSL 293.86º 0.82% 0.4% -
HSV(B) 293.86º 0.9% 0.72% -
XYZ 24.8 12.11 46.38 -
YUV 81.48 185.86 189 -
System Red Green Blue C M Y K H S L
Decimal 167 18 184 0.09 0.90 0 0.28 293.86 0.82 0.4
Hex A7 12 B8 9 5A 0 1C 126 52 28
Octal 247 22 270 11 132 0 34 446 122 50
Binary 10100111 10010 10111000 1001 1011010 0 11100 100100110 1010010 101000

Color Harmonies of #A712B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A712B8

Black with #A712B8

Text Example


Text Example

White with #A712B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A712B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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