Html Css Color HEX #A96E9E Violet Blue

📋 copy color: '#A96E9E'

red 169 ◦ green 110 ◦ blue 158

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

Shades of Violet Blue #A96E9E

Tints of Violet Blue #A96E9E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.17%

 BLUE value IS 158 (62.11% from 255) = 36.16%

R = 38.67%
G = 25.17%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A96E9E (or 0xA96E9E) is known color: Violet Blue. HEX triplet: A9, 6E and 9E. RGB value is (169,110,158). Sum of RGB (Red+Green+Blue) = 169+110+158=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E9E is #569161. Grayscale: #848484. Windows color (decimal): -5673314 or 10383017. OLE color: 10383017.

HSL color Cylindrical-coordinate representation of color #A96E9E: hue angle of 311.19º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96E9E is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 110 158 -
CMYK 0 0.35 0.07 0.34
HSL 311.19º 0.26% 0.55% -
HSV(B) 311.19º 0.35% 0.66% -
XYZ 28.11 22.06 35.12 -
YUV 133.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 169 110 158 0 0.35 0.07 0.34 311.19 0.26 0.55
Hex A9 6E 9E 0 23 7 22 137 1A 37
Octal 251 156 236 0 43 7 42 467 32 67
Binary 10101001 1101110 10011110 0 100011 111 100010 100110111 11010 110111

Color Harmonies of #A96E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96E9E

Black with #A96E9E

Text Example


Text Example

White with #A96E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96E9E; }

 p { color: rgb(169,110,158); }

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

background-color css

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

 a { background-color: rgb(169,110,158); }

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

border-color css

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

 span { border-color: rgb(169,110,158); }

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