Html Css Color HEX #A75791 Violet Blue

📋 copy color: '#A75791'

red 167 ◦ green 87 ◦ blue 145

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

Shades of Violet Blue #A75791

Tints of Violet Blue #A75791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.8%

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

R = 41.85%
G = 21.8%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A75791 (or 0xA75791) is known color: Violet Blue. HEX triplet: A7, 57 and 91. RGB value is (167,87,145). Sum of RGB (Red+Green+Blue) = 167+87+145=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A75791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75791 is #58A86E. Grayscale: #757575. Windows color (decimal): -5810287 or 9525159. OLE color: 9525159.

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

Color convert

RGB 167 87 145 -
CMYK 0 0.48 0.13 0.35
HSL 316.5º 0.31% 0.5% -
HSV(B) 316.5º 0.48% 0.65% -
XYZ 24.46 17.08 28.8 -
YUV 117.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 167 87 145 0 0.48 0.13 0.35 316.5 0.31 0.5
Hex A7 57 91 0 30 D 23 13C 1F 32
Octal 247 127 221 0 60 15 43 474 37 62
Binary 10100111 1010111 10010001 0 110000 1101 100011 100111100 11111 110010

Color Harmonies of #A75791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75791

Black with #A75791

Text Example


Text Example

White with #A75791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75791; }

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

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

background-color css

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

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

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

border-color css

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

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

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