Html Css Color HEX #A75996 Violet Blue

📋 copy color: '#A75996'

red 167 ◦ green 89 ◦ blue 150

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

Shades of Violet Blue #A75996

Tints of Violet Blue #A75996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.92%

 BLUE value IS 150 (58.98% from 255) = 36.95%

R = 41.13%
G = 21.92%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A75996 (or 0xA75996) is known color: Violet Blue. HEX triplet: A7, 59 and 96. RGB value is (167,89,150). Sum of RGB (Red+Green+Blue) = 167+89+150=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A75996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75996 is #58A669. Grayscale: #777777. Windows color (decimal): -5809770 or 9853351. OLE color: 9853351.

HSL color Cylindrical-coordinate representation of color #A75996: hue angle of 313.08º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A75996 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 89 150 -
CMYK 0 0.47 0.10 0.35
HSL 313.08º 0.31% 0.5% -
HSV(B) 313.08º 0.47% 0.65% -
XYZ 25.01 17.56 30.93 -
YUV 119.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 167 89 150 0 0.47 0.10 0.35 313.08 0.31 0.5
Hex A7 59 96 0 2F A 23 139 1F 32
Octal 247 131 226 0 57 12 43 471 37 62
Binary 10100111 1011001 10010110 0 101111 1010 100011 100111001 11111 110010

Color Harmonies of #A75996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75996

Black with #A75996

Text Example


Text Example

White with #A75996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75996; }

 p { color: rgb(167,89,150); }

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

background-color css

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

 a { background-color: rgb(167,89,150); }

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

border-color css

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

 span { border-color: rgb(167,89,150); }

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