Html Css Color HEX #A17A9A Bouquet

📋 copy color: '#A17A9A'

red 161 ◦ green 122 ◦ blue 154

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

Shades of Bouquet #A17A9A

Tints of Bouquet #A17A9A

RGB

 RED value IS 161 (63.28% from 255) = 36.84%

 GREEN value IS 122 (48.05% from 255) = 27.92%

 BLUE value IS 154 (60.55% from 255) = 35.24%

R = 36.84%
G = 27.92%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A17A9A (or 0xA17A9A) is known color: Bouquet. HEX triplet: A1, 7A and 9A. RGB value is (161,122,154). Sum of RGB (Red+Green+Blue) = 161+122+154=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17A9A is #5E8565. Grayscale: #898989. Windows color (decimal): -6194534 or 10123937. OLE color: 10123937.

HSL color Cylindrical-coordinate representation of color #A17A9A: hue angle of 310.77º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A17A9A is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 122 154 -
CMYK 0 0.24 0.04 0.37
HSL 310.77º 0.17% 0.55% -
HSV(B) 310.77º 0.24% 0.63% -
XYZ 27.49 23.83 33.72 -
YUV 137.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 161 122 154 0 0.24 0.04 0.37 310.77 0.17 0.55
Hex A1 7A 9A 0 18 4 25 137 11 37
Octal 241 172 232 0 30 4 45 467 21 67
Binary 10100001 1111010 10011010 0 11000 100 100101 100110111 10001 110111

Color Harmonies of #A17A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17A9A

Black with #A17A9A

Text Example


Text Example

White with #A17A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17A9A; }

 p { color: rgb(161,122,154); }

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

background-color css

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

 a { background-color: rgb(161,122,154); }

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

border-color css

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

 span { border-color: rgb(161,122,154); }

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