Html Css Color HEX #A76192 Violet Blue

📋 copy color: '#A76192'

red 167 ◦ green 97 ◦ blue 146

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

Shades of Violet Blue #A76192

Tints of Violet Blue #A76192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.66%

 BLUE value IS 146 (57.42% from 255) = 35.61%

R = 40.73%
G = 23.66%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A76192 (or 0xA76192) is known color: Violet Blue. HEX triplet: A7, 61 and 92. RGB value is (167,97,146). Sum of RGB (Red+Green+Blue) = 167+97+146=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A76192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76192 is #589E6D. Grayscale: #7B7B7B. Windows color (decimal): -5807726 or 9593255. OLE color: 9593255.

HSL color Cylindrical-coordinate representation of color #A76192: hue angle of 318º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A76192 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 97 146 -
CMYK 0 0.42 0.13 0.35
HSL 318º 0.28% 0.52% -
HSV(B) 318º 0.42% 0.65% -
XYZ 25.4 18.84 29.49 -
YUV 123.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 167 97 146 0 0.42 0.13 0.35 318 0.28 0.52
Hex A7 61 92 0 2A D 23 13E 1C 34
Octal 247 141 222 0 52 15 43 476 34 64
Binary 10100111 1100001 10010010 0 101010 1101 100011 100111110 11100 110100

Color Harmonies of #A76192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76192

Black with #A76192

Text Example


Text Example

White with #A76192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76192; }

 p { color: rgb(167,97,146); }

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

background-color css

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

 a { background-color: rgb(167,97,146); }

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

border-color css

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

 span { border-color: rgb(167,97,146); }

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