Html Css Color HEX #A96BAD Violet Blue

📋 copy color: '#A96BAD'

red 169 ◦ green 107 ◦ blue 173

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

Shades of Violet Blue #A96BAD

Tints of Violet Blue #A96BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 37.64%
G = 23.83%
B = 38.53%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A96BAD (or 0xA96BAD) is known color: Violet Blue. HEX triplet: A9, 6B and AD. RGB value is (169,107,173). Sum of RGB (Red+Green+Blue) = 169+107+173=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #A96BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96BAD is #569452. Grayscale: #848484. Windows color (decimal): -5674067 or 11365289. OLE color: 11365289.

HSL color Cylindrical-coordinate representation of color #A96BAD: hue angle of 296.36º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A96BAD is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 107 173 -
CMYK 0.02 0.38 0 0.32
HSL 296.36º 0.29% 0.55% -
HSV(B) 296.36º 0.38% 0.68% -
XYZ 29.16 21.97 42.24 -
YUV 133.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 169 107 173 0.02 0.38 0 0.32 296.36 0.29 0.55
Hex A9 6B AD 2 26 0 20 128 1D 37
Octal 251 153 255 2 46 0 40 450 35 67
Binary 10101001 1101011 10101101 10 100110 0 100000 100101000 11101 110111

Color Harmonies of #A96BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BAD

Black with #A96BAD

Text Example


Text Example

White with #A96BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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