Html Css Color HEX #A75991 Violet Blue

📋 copy color: '#A75991'

red 167 ◦ green 89 ◦ blue 145

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

Shades of Violet Blue #A75991

Tints of Violet Blue #A75991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.16%

R = 41.65%
G = 22.19%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A75991 (or 0xA75991) is known color: Violet Blue. HEX triplet: A7, 59 and 91. RGB value is (167,89,145). Sum of RGB (Red+Green+Blue) = 167+89+145=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A75991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75991 is #58A66E. Grayscale: #767676. Windows color (decimal): -5809775 or 9525671. OLE color: 9525671.

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

Color convert

RGB 167 89 145 -
CMYK 0 0.47 0.13 0.35
HSL 316.92º 0.31% 0.5% -
HSV(B) 316.92º 0.47% 0.65% -
XYZ 24.62 17.4 28.85 -
YUV 118.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 167 89 145 0 0.47 0.13 0.35 316.92 0.31 0.5
Hex A7 59 91 0 2F D 23 13D 1F 32
Octal 247 131 221 0 57 15 43 475 37 62
Binary 10100111 1011001 10010001 0 101111 1101 100011 100111101 11111 110010

Color Harmonies of #A75991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75991

Black with #A75991

Text Example


Text Example

White with #A75991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75991; }

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

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

background-color css

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

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

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

border-color css

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

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

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