Html Css Color HEX #A712BC Dark Violet

📋 copy color: '#A712BC'

red 167 ◦ green 18 ◦ blue 188

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

Shades of Dark Violet #A712BC

Tints of Dark Violet #A712BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 44.77%
G = 4.83%
B = 50.4%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A712BC (or 0xA712BC) is known color: Dark Violet. HEX triplet: A7, 12 and BC. RGB value is (167,18,188). Sum of RGB (Red+Green+Blue) = 167+18+188=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #A712BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712BC is #58ED43. Grayscale: #515151. Windows color (decimal): -5827908 or 12325543. OLE color: 12325543.

HSL color Cylindrical-coordinate representation of color #A712BC: hue angle of 292.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A712BC is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 18 188 -
CMYK 0.11 0.90 0 0.26
HSL 292.59º 0.83% 0.4% -
HSV(B) 292.59º 0.9% 0.74% -
XYZ 25.23 12.28 48.62 -
YUV 81.93 187.86 188.68 -
System Red Green Blue C M Y K H S L
Decimal 167 18 188 0.11 0.90 0 0.26 292.59 0.83 0.4
Hex A7 12 BC B 5A 0 1A 125 53 28
Octal 247 22 274 13 132 0 32 445 123 50
Binary 10100111 10010 10111100 1011 1011010 0 11010 100100101 1010011 101000

Color Harmonies of #A712BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A712BC

Black with #A712BC

Text Example


Text Example

White with #A712BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A712BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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