Html Css Color HEX #A96AAB Violet Blue

📋 copy color: '#A96AAB'

red 169 ◦ green 106 ◦ blue 171

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

Shades of Violet Blue #A96AAB

Tints of Violet Blue #A96AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.77%

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 37.89%
G = 23.77%
B = 38.34%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A96AAB (or 0xA96AAB) is known color: Violet Blue. HEX triplet: A9, 6A and AB. RGB value is (169,106,171). Sum of RGB (Red+Green+Blue) = 169+106+171=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #A96AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96AAB is #569554. Grayscale: #848484. Windows color (decimal): -5674325 or 11233961. OLE color: 11233961.

HSL color Cylindrical-coordinate representation of color #A96AAB: hue angle of 298.15º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A96AAB is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 106 171 -
CMYK 0.01 0.38 0 0.33
HSL 298.15º 0.28% 0.54% -
HSV(B) 298.15º 0.38% 0.67% -
XYZ 28.87 21.68 41.19 -
YUV 132.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 169 106 171 0.01 0.38 0 0.33 298.15 0.28 0.54
Hex A9 6A AB 1 26 0 21 12A 1C 36
Octal 251 152 253 1 46 0 41 452 34 66
Binary 10101001 1101010 10101011 1 100110 0 100001 100101010 11100 110110

Color Harmonies of #A96AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96AAB

Black with #A96AAB

Text Example


Text Example

White with #A96AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96AAB; }

 p { color: rgb(169,106,171); }

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

background-color css

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

 a { background-color: rgb(169,106,171); }

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

border-color css

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

 span { border-color: rgb(169,106,171); }

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