Html Css Color HEX #A27998 Bouquet

📋 copy color: '#A27998'

red 162 ◦ green 121 ◦ blue 152

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

Shades of Bouquet #A27998

Tints of Bouquet #A27998

RGB

 RED value IS 162 (63.67% from 255) = 37.24%

 GREEN value IS 121 (47.66% from 255) = 27.82%

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

R = 37.24%
G = 27.82%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A27998 (or 0xA27998) is known color: Bouquet. HEX triplet: A2, 79 and 98. RGB value is (162,121,152). Sum of RGB (Red+Green+Blue) = 162+121+152=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A27998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27998 is #5D8667. Grayscale: #888888. Windows color (decimal): -6129256 or 9992610. OLE color: 9992610.

HSL color Cylindrical-coordinate representation of color #A27998: hue angle of 314.63º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A27998 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 121 152 -
CMYK 0 0.25 0.06 0.36
HSL 314.63º 0.18% 0.55% -
HSV(B) 314.63º 0.25% 0.64% -
XYZ 27.41 23.62 32.82 -
YUV 136.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 162 121 152 0 0.25 0.06 0.36 314.63 0.18 0.55
Hex A2 79 98 0 19 6 24 13B 12 37
Octal 242 171 230 0 31 6 44 473 22 67
Binary 10100010 1111001 10011000 0 11001 110 100100 100111011 10010 110111

Color Harmonies of #A27998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27998

Black with #A27998

Text Example


Text Example

White with #A27998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27998; }

 p { color: rgb(162,121,152); }

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

background-color css

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

 a { background-color: rgb(162,121,152); }

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

border-color css

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

 span { border-color: rgb(162,121,152); }

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