Html Css Color HEX #A96E9C Bouquet

📋 copy color: '#A96E9C'

red 169 ◦ green 110 ◦ blue 156

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

Shades of Bouquet #A96E9C

Tints of Bouquet #A96E9C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.29%

 BLUE value IS 156 (61.33% from 255) = 35.86%

R = 38.85%
G = 25.29%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A96E9C (or 0xA96E9C) is known color: Bouquet. HEX triplet: A9, 6E and 9C. RGB value is (169,110,156). Sum of RGB (Red+Green+Blue) = 169+110+156=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E9C is #569163. Grayscale: #848484. Windows color (decimal): -5673316 or 10251945. OLE color: 10251945.

HSL color Cylindrical-coordinate representation of color #A96E9C: hue angle of 313.22º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96E9C is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 110 156 -
CMYK 0 0.35 0.08 0.34
HSL 313.22º 0.26% 0.55% -
HSV(B) 313.22º 0.35% 0.66% -
XYZ 27.94 21.99 34.22 -
YUV 132.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 169 110 156 0 0.35 0.08 0.34 313.22 0.26 0.55
Hex A9 6E 9C 0 23 8 22 139 1A 37
Octal 251 156 234 0 43 10 42 471 32 67
Binary 10101001 1101110 10011100 0 100011 1000 100010 100111001 11010 110111

Color Harmonies of #A96E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96E9C

Black with #A96E9C

Text Example


Text Example

White with #A96E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96E9C; }

 p { color: rgb(169,110,156); }

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

background-color css

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

 a { background-color: rgb(169,110,156); }

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

border-color css

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

 span { border-color: rgb(169,110,156); }

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