Html Css Color HEX #A96DAE Violet Blue

📋 copy color: '#A96DAE'

red 169 ◦ green 109 ◦ blue 174

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

Shades of Violet Blue #A96DAE

Tints of Violet Blue #A96DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.12%

 BLUE value IS 174 (68.36% from 255) = 38.5%

R = 37.39%
G = 24.12%
B = 38.5%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A96DAE (or 0xA96DAE) is known color: Violet Blue. HEX triplet: A9, 6D and AE. RGB value is (169,109,174). Sum of RGB (Red+Green+Blue) = 169+109+174=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #A96DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96DAE is #569251. Grayscale: #868686. Windows color (decimal): -5673554 or 11431337. OLE color: 11431337.

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

Color convert

RGB 169 109 174 -
CMYK 0.03 0.37 0 0.32
HSL 295.38º 0.29% 0.55% -
HSV(B) 295.38º 0.37% 0.68% -
XYZ 29.47 22.43 42.82 -
YUV 134.35 150.38 152.71 -
System Red Green Blue C M Y K H S L
Decimal 169 109 174 0.03 0.37 0 0.32 295.38 0.29 0.55
Hex A9 6D AE 3 25 0 20 127 1D 37
Octal 251 155 256 3 45 0 40 447 35 67
Binary 10101001 1101101 10101110 11 100101 0 100000 100100111 11101 110111

Color Harmonies of #A96DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96DAE

Black with #A96DAE

Text Example


Text Example

White with #A96DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96DAE; }

 p { color: rgb(169,109,174); }

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

background-color css

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

 a { background-color: rgb(169,109,174); }

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

border-color css

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

 span { border-color: rgb(169,109,174); }

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