Html Css Color HEX #A712B1 Dark Violet

📋 copy color: '#A712B1'

red 167 ◦ green 18 ◦ blue 177

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

Shades of Dark Violet #A712B1

Tints of Dark Violet #A712B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.9%

R = 46.13%
G = 4.97%
B = 48.9%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A712B1 (or 0xA712B1) is known color: Dark Violet. HEX triplet: A7, 12 and B1. RGB value is (167,18,177). Sum of RGB (Red+Green+Blue) = 167+18+177=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #A712B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A712B1 is #58ED4E. Grayscale: #505050. Windows color (decimal): -5827919 or 11604647. OLE color: 11604647.

HSL color Cylindrical-coordinate representation of color #A712B1: hue angle of 296.23º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A712B1 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 18 177 -
CMYK 0.06 0.90 0 0.31
HSL 296.23º 0.82% 0.38% -
HSV(B) 296.23º 0.9% 0.69% -
XYZ 24.09 11.82 42.61 -
YUV 80.68 182.36 189.57 -
System Red Green Blue C M Y K H S L
Decimal 167 18 177 0.06 0.90 0 0.31 296.23 0.82 0.38
Hex A7 12 B1 6 5A 0 1F 128 52 26
Octal 247 22 261 6 132 0 37 450 122 46
Binary 10100111 10010 10110001 110 1011010 0 11111 100101000 1010010 100110

Color Harmonies of #A712B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A712B1

Black with #A712B1

Text Example


Text Example

White with #A712B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A712B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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