Html Css Color HEX #A96BAA Violet Blue

📋 copy color: '#A96BAA'

red 169 ◦ green 107 ◦ blue 170

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

Shades of Violet Blue #A96BAA

Tints of Violet Blue #A96BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.12%

R = 37.89%
G = 23.99%
B = 38.12%

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

#A96BAA (or 0xA96BAA) is known color: Violet Blue. HEX triplet: A9, 6B and AA. RGB value is (169,107,170). Sum of RGB (Red+Green+Blue) = 169+107+170=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #A96BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96BAA is #569455. Grayscale: #848484. Windows color (decimal): -5674070 or 11168681. OLE color: 11168681.

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

Color convert

RGB 169 107 170 -
CMYK 0.01 0.37 0 0.33
HSL 299.05º 0.27% 0.54% -
HSV(B) 299.05º 0.37% 0.67% -
XYZ 28.88 21.85 40.73 -
YUV 132.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 169 107 170 0.01 0.37 0 0.33 299.05 0.27 0.54
Hex A9 6B AA 1 25 0 21 12B 1B 36
Octal 251 153 252 1 45 0 41 453 33 66
Binary 10101001 1101011 10101010 1 100101 0 100001 100101011 11011 110110

Color Harmonies of #A96BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BAA

Black with #A96BAA

Text Example


Text Example

White with #A96BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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