Html Css Color HEX #A17A98 Bouquet

📋 copy color: '#A17A98'

red 161 ◦ green 122 ◦ blue 152

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

Shades of Bouquet #A17A98

Tints of Bouquet #A17A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.94%

R = 37.01%
G = 28.05%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A17A98 (or 0xA17A98) is known color: Bouquet. HEX triplet: A1, 7A and 98. RGB value is (161,122,152). Sum of RGB (Red+Green+Blue) = 161+122+152=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17A98 is #5E8567. Grayscale: #898989. Windows color (decimal): -6194536 or 9992865. OLE color: 9992865.

HSL color Cylindrical-coordinate representation of color #A17A98: hue angle of 313.85º 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 #A17A98 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 122 152 -
CMYK 0 0.24 0.06 0.37
HSL 313.85º 0.17% 0.55% -
HSV(B) 313.85º 0.24% 0.63% -
XYZ 27.32 23.76 32.85 -
YUV 137.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 161 122 152 0 0.24 0.06 0.37 313.85 0.17 0.55
Hex A1 7A 98 0 18 6 25 13A 11 37
Octal 241 172 230 0 30 6 45 472 21 67
Binary 10100001 1111010 10011000 0 11000 110 100101 100111010 10001 110111

Color Harmonies of #A17A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17A98

Black with #A17A98

Text Example


Text Example

White with #A17A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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