Html Css Color HEX #A75795 Violet Blue

📋 copy color: '#A75795'

red 167 ◦ green 87 ◦ blue 149

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

Shades of Violet Blue #A75795

Tints of Violet Blue #A75795

RGB

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

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

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

R = 41.44%
G = 21.59%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A75795 (or 0xA75795) is known color: Violet Blue. HEX triplet: A7, 57 and 95. RGB value is (167,87,149). Sum of RGB (Red+Green+Blue) = 167+87+149=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A75795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75795 is #58A86A. Grayscale: #757575. Windows color (decimal): -5810283 or 9787303. OLE color: 9787303.

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

Color convert

RGB 167 87 149 -
CMYK 0 0.48 0.11 0.35
HSL 313.5º 0.31% 0.5% -
HSV(B) 313.5º 0.48% 0.65% -
XYZ 24.77 17.2 30.45 -
YUV 117.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 167 87 149 0 0.48 0.11 0.35 313.5 0.31 0.5
Hex A7 57 95 0 30 B 23 13A 1F 32
Octal 247 127 225 0 60 13 43 472 37 62
Binary 10100111 1010111 10010101 0 110000 1011 100011 100111010 11111 110010

Color Harmonies of #A75795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75795

Black with #A75795

Text Example


Text Example

White with #A75795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75795; }

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

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

background-color css

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

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

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

border-color css

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

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

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