Html Css Color HEX #A96BAB Violet Blue

📋 copy color: '#A96BAB'

red 169 ◦ green 107 ◦ blue 171

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

Shades of Violet Blue #A96BAB

Tints of Violet Blue #A96BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.94%

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

R = 37.81%
G = 23.94%
B = 38.26%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A96BAB (or 0xA96BAB) is known color: Violet Blue. HEX triplet: A9, 6B and AB. RGB value is (169,107,171). Sum of RGB (Red+Green+Blue) = 169+107+171=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #A96BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96BAB is #569454. Grayscale: #848484. Windows color (decimal): -5674069 or 11234217. OLE color: 11234217.

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

Color convert

RGB 169 107 171 -
CMYK 0.01 0.37 0 0.33
HSL 298.13º 0.28% 0.55% -
HSV(B) 298.13º 0.37% 0.67% -
XYZ 28.97 21.89 41.23 -
YUV 132.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 169 107 171 0.01 0.37 0 0.33 298.13 0.28 0.55
Hex A9 6B AB 1 25 0 21 12A 1C 37
Octal 251 153 253 1 45 0 41 452 34 67
Binary 10101001 1101011 10101011 1 100101 0 100001 100101010 11100 110111

Color Harmonies of #A96BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BAB

Black with #A96BAB

Text Example


Text Example

White with #A96BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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