Html Css Color HEX #A98EA1 Bouquet

📋 copy color: '#A98EA1'

red 169 ◦ green 142 ◦ blue 161

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

Shades of Bouquet #A98EA1

Tints of Bouquet #A98EA1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.08%

 BLUE value IS 161 (63.28% from 255) = 34.11%

R = 35.81%
G = 30.08%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A98EA1 (or 0xA98EA1) is known color: Bouquet. HEX triplet: A9, 8E and A1. RGB value is (169,142,161). Sum of RGB (Red+Green+Blue) = 169+142+161=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 169 - color contains mainly: red. Hex color #A98EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98EA1 is #56715E. Grayscale: #989898. Windows color (decimal): -5665119 or 10587817. OLE color: 10587817.

HSL color Cylindrical-coordinate representation of color #A98EA1: hue angle of 317.78º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A98EA1 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 142 161 -
CMYK 0 0.16 0.05 0.34
HSL 317.78º 0.14% 0.61% -
HSV(B) 317.78º 0.16% 0.66% -
XYZ 32.47 30.35 37.87 -
YUV 152.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 169 142 161 0 0.16 0.05 0.34 317.78 0.14 0.61
Hex A9 8E A1 0 10 5 22 13E E 3D
Octal 251 216 241 0 20 5 42 476 16 75
Binary 10101001 10001110 10100001 0 10000 101 100010 100111110 1110 111101

Color Harmonies of #A98EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98EA1

Black with #A98EA1

Text Example


Text Example

White with #A98EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98EA1; }

 p { color: rgb(169,142,161); }

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

background-color css

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

 a { background-color: rgb(169,142,161); }

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

border-color css

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

 span { border-color: rgb(169,142,161); }

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