Html Css Color HEX #A96E9D Bouquet

📋 copy color: '#A96E9D'

red 169 ◦ green 110 ◦ blue 157

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

Shades of Bouquet #A96E9D

Tints of Bouquet #A96E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.01%

R = 38.76%
G = 25.23%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A96E9D (or 0xA96E9D) is known color: Bouquet. HEX triplet: A9, 6E and 9D. RGB value is (169,110,157). Sum of RGB (Red+Green+Blue) = 169+110+157=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E9D is #569162. Grayscale: #848484. Windows color (decimal): -5673315 or 10317481. OLE color: 10317481.

HSL color Cylindrical-coordinate representation of color #A96E9D: hue angle of 312.2º 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 #A96E9D is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 110 157 -
CMYK 0 0.35 0.07 0.34
HSL 312.2º 0.26% 0.55% -
HSV(B) 312.2º 0.35% 0.66% -
XYZ 28.02 22.02 34.67 -
YUV 133 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 169 110 157 0 0.35 0.07 0.34 312.2 0.26 0.55
Hex A9 6E 9D 0 23 7 22 138 1A 37
Octal 251 156 235 0 43 7 42 470 32 67
Binary 10101001 1101110 10011101 0 100011 111 100010 100111000 11010 110111

Color Harmonies of #A96E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96E9D

Black with #A96E9D

Text Example


Text Example

White with #A96E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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