Html Css Color HEX #A75696 Violet Blue

📋 copy color: '#A75696'

red 167 ◦ green 86 ◦ blue 150

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

Shades of Violet Blue #A75696

Tints of Violet Blue #A75696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.34%

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

R = 41.44%
G = 21.34%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A75696 (or 0xA75696) is known color: Violet Blue. HEX triplet: A7, 56 and 96. RGB value is (167,86,150). Sum of RGB (Red+Green+Blue) = 167+86+150=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A75696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75696 is #58A969. Grayscale: #757575. Windows color (decimal): -5810538 or 9852583. OLE color: 9852583.

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

Color convert

RGB 167 86 150 -
CMYK 0 0.49 0.10 0.35
HSL 312.59º 0.32% 0.5% -
HSV(B) 312.59º 0.49% 0.65% -
XYZ 24.77 17.07 30.84 -
YUV 117.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 167 86 150 0 0.49 0.10 0.35 312.59 0.32 0.5
Hex A7 56 96 0 31 A 23 139 20 32
Octal 247 126 226 0 61 12 43 471 40 62
Binary 10100111 1010110 10010110 0 110001 1010 100011 100111001 100000 110010

Color Harmonies of #A75696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75696

Black with #A75696

Text Example


Text Example

White with #A75696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75696; }

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

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

background-color css

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

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

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

border-color css

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

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

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