Html Css Color HEX #A75896 Violet Blue

📋 copy color: '#A75896'

red 167 ◦ green 88 ◦ blue 150

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

Shades of Violet Blue #A75896

Tints of Violet Blue #A75896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.73%

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

R = 41.23%
G = 21.73%
B = 37.04%

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

#A75896 (or 0xA75896) is known color: Violet Blue. HEX triplet: A7, 58 and 96. RGB value is (167,88,150). Sum of RGB (Red+Green+Blue) = 167+88+150=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A75896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75896 is #58A769. Grayscale: #767676. Windows color (decimal): -5810026 or 9853095. OLE color: 9853095.

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

Color convert

RGB 167 88 150 -
CMYK 0 0.47 0.10 0.35
HSL 312.91º 0.31% 0.5% -
HSV(B) 312.91º 0.47% 0.65% -
XYZ 24.93 17.4 30.9 -
YUV 118.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 167 88 150 0 0.47 0.10 0.35 312.91 0.31 0.5
Hex A7 58 96 0 2F A 23 139 1F 32
Octal 247 130 226 0 57 12 43 471 37 62
Binary 10100111 1011000 10010110 0 101111 1010 100011 100111001 11111 110010

Color Harmonies of #A75896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75896

Black with #A75896

Text Example


Text Example

White with #A75896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75896; }

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

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

background-color css

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

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

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

border-color css

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

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

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