Html Css Color HEX #A75995 Violet Blue

📋 copy color: '#A75995'

red 167 ◦ green 89 ◦ blue 149

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

Shades of Violet Blue #A75995

Tints of Violet Blue #A75995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 41.23%
G = 21.98%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A75995 (or 0xA75995) is known color: Violet Blue. HEX triplet: A7, 59 and 95. RGB value is (167,89,149). Sum of RGB (Red+Green+Blue) = 167+89+149=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A75995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75995 is #58A66A. Grayscale: #777777. Windows color (decimal): -5809771 or 9787815. OLE color: 9787815.

HSL color Cylindrical-coordinate representation of color #A75995: hue angle of 313.85º 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 #A75995 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 89 149 -
CMYK 0 0.47 0.11 0.35
HSL 313.85º 0.31% 0.5% -
HSV(B) 313.85º 0.47% 0.65% -
XYZ 24.93 17.53 30.5 -
YUV 119.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 167 89 149 0 0.47 0.11 0.35 313.85 0.31 0.5
Hex A7 59 95 0 2F B 23 13A 1F 32
Octal 247 131 225 0 57 13 43 472 37 62
Binary 10100111 1011001 10010101 0 101111 1011 100011 100111010 11111 110010

Color Harmonies of #A75995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75995

Black with #A75995

Text Example


Text Example

White with #A75995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75995; }

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

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

background-color css

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

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

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

border-color css

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

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

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