Html Css Color HEX #A96099 Violet Blue

📋 copy color: '#A96099'

red 169 ◦ green 96 ◦ blue 153

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

Shades of Violet Blue #A96099

Tints of Violet Blue #A96099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.97%

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 40.43%
G = 22.97%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A96099 (or 0xA96099) is known color: Violet Blue. HEX triplet: A9, 60 and 99. RGB value is (169,96,153). Sum of RGB (Red+Green+Blue) = 169+96+153=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A96099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96099 is #569F66. Grayscale: #7C7C7C. Windows color (decimal): -5676903 or 10051753. OLE color: 10051753.

HSL color Cylindrical-coordinate representation of color #A96099: hue angle of 313.15º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96099 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 96 153 -
CMYK 0 0.43 0.09 0.34
HSL 313.15º 0.3% 0.52% -
HSV(B) 313.15º 0.43% 0.66% -
XYZ 26.29 19.1 32.44 -
YUV 124.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 169 96 153 0 0.43 0.09 0.34 313.15 0.3 0.52
Hex A9 60 99 0 2B 9 22 139 1E 34
Octal 251 140 231 0 53 11 42 471 36 64
Binary 10101001 1100000 10011001 0 101011 1001 100010 100111001 11110 110100

Color Harmonies of #A96099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96099

Black with #A96099

Text Example


Text Example

White with #A96099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96099; }

 p { color: rgb(169,96,153); }

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

background-color css

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

 a { background-color: rgb(169,96,153); }

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

border-color css

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

 span { border-color: rgb(169,96,153); }

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