Html Css Color HEX #A712BE Dark Violet

📋 copy color: '#A712BE'

red 167 ◦ green 18 ◦ blue 190

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

Shades of Dark Violet #A712BE

Tints of Dark Violet #A712BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 44.53%
G = 4.8%
B = 50.67%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A712BE (or 0xA712BE) is known color: Dark Violet. HEX triplet: A7, 12 and BE. RGB value is (167,18,190). Sum of RGB (Red+Green+Blue) = 167+18+190=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #A712BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712BE is #58ED41. Grayscale: #515151. Windows color (decimal): -5827906 or 12456615. OLE color: 12456615.

HSL color Cylindrical-coordinate representation of color #A712BE: hue angle of 291.98º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A712BE is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 18 190 -
CMYK 0.12 0.91 0 0.25
HSL 291.98º 0.83% 0.41% -
HSV(B) 291.98º 0.91% 0.75% -
XYZ 25.45 12.37 49.76 -
YUV 82.16 188.86 188.51 -
System Red Green Blue C M Y K H S L
Decimal 167 18 190 0.12 0.91 0 0.25 291.98 0.83 0.41
Hex A7 12 BE C 5B 0 19 124 53 29
Octal 247 22 276 14 133 0 31 444 123 51
Binary 10100111 10010 10111110 1100 1011011 0 11001 100100100 1010011 101001

Color Harmonies of #A712BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A712BE

Black with #A712BE

Text Example


Text Example

White with #A712BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A712BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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