Html Css Color HEX #A96596 Violet Blue

📋 copy color: '#A96596'

red 169 ◦ green 101 ◦ blue 150

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

Shades of Violet Blue #A96596

Tints of Violet Blue #A96596

RGB

 RED value IS 169 (66.41% from 255) = 40.24%

 GREEN value IS 101 (39.84% from 255) = 24.05%

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

R = 40.24%
G = 24.05%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A96596 (or 0xA96596) is known color: Violet Blue. HEX triplet: A9, 65 and 96. RGB value is (169,101,150). Sum of RGB (Red+Green+Blue) = 169+101+150=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A96596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96596 is #569A69. Grayscale: #7E7E7E. Windows color (decimal): -5675626 or 9856425. OLE color: 9856425.

HSL color Cylindrical-coordinate representation of color #A96596: hue angle of 316.76º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96596 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 101 150 -
CMYK 0 0.40 0.11 0.34
HSL 316.76º 0.28% 0.53% -
HSV(B) 316.76º 0.4% 0.66% -
XYZ 26.52 19.94 31.31 -
YUV 126.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 169 101 150 0 0.40 0.11 0.34 316.76 0.28 0.53
Hex A9 65 96 0 28 B 22 13D 1C 35
Octal 251 145 226 0 50 13 42 475 34 65
Binary 10101001 1100101 10010110 0 101000 1011 100010 100111101 11100 110101

Color Harmonies of #A96596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96596

Black with #A96596

Text Example


Text Example

White with #A96596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96596; }

 p { color: rgb(169,101,150); }

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

background-color css

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

 a { background-color: rgb(169,101,150); }

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

border-color css

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

 span { border-color: rgb(169,101,150); }

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