Html Css Color HEX #A96F9C Bouquet

📋 copy color: '#A96F9C'

red 169 ◦ green 111 ◦ blue 156

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

Shades of Bouquet #A96F9C

Tints of Bouquet #A96F9C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.46%

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

R = 38.76%
G = 25.46%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A96F9C (or 0xA96F9C) is known color: Bouquet. HEX triplet: A9, 6F and 9C. RGB value is (169,111,156). Sum of RGB (Red+Green+Blue) = 169+111+156=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96F9C is #569063. Grayscale: #858585. Windows color (decimal): -5673060 or 10252201. OLE color: 10252201.

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

Color convert

RGB 169 111 156 -
CMYK 0 0.34 0.08 0.34
HSL 313.45º 0.25% 0.55% -
HSV(B) 313.45º 0.34% 0.66% -
XYZ 28.05 22.2 34.26 -
YUV 133.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 169 111 156 0 0.34 0.08 0.34 313.45 0.25 0.55
Hex A9 6F 9C 0 22 8 22 139 19 37
Octal 251 157 234 0 42 10 42 471 31 67
Binary 10101001 1101111 10011100 0 100010 1000 100010 100111001 11001 110111

Color Harmonies of #A96F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96F9C

Black with #A96F9C

Text Example


Text Example

White with #A96F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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