Html Css Color HEX #A5889F Bouquet

📋 copy color: '#A5889F'

red 165 ◦ green 136 ◦ blue 159

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

Shades of Bouquet #A5889F

Tints of Bouquet #A5889F

RGB

 RED value IS 165 (64.84% from 255) = 35.87%

 GREEN value IS 136 (53.52% from 255) = 29.57%

 BLUE value IS 159 (62.5% from 255) = 34.57%

R = 35.87%
G = 29.57%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5889F (or 0xA5889F) is known color: Bouquet. HEX triplet: A5, 88 and 9F. RGB value is (165,136,159). Sum of RGB (Red+Green+Blue) = 165+136+159=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 165 - color contains mainly: red. Hex color #A5889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5889F is #5A7760. Grayscale: #939393. Windows color (decimal): -5928801 or 10455205. OLE color: 10455205.

HSL color Cylindrical-coordinate representation of color #A5889F: hue angle of 312.41º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5889F is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 136 159 -
CMYK 0 0.18 0.04 0.35
HSL 312.41º 0.14% 0.59% -
HSV(B) 312.41º 0.18% 0.65% -
XYZ 30.58 28.11 36.62 -
YUV 147.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 165 136 159 0 0.18 0.04 0.35 312.41 0.14 0.59
Hex A5 88 9F 0 12 4 23 138 E 3B
Octal 245 210 237 0 22 4 43 470 16 73
Binary 10100101 10001000 10011111 0 10010 100 100011 100111000 1110 111011

Color Harmonies of #A5889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5889F

Black with #A5889F

Text Example


Text Example

White with #A5889F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5889F; }

 p { color: rgb(165,136,159); }

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

background-color css

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

 a { background-color: rgb(165,136,159); }

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

border-color css

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

 span { border-color: rgb(165,136,159); }

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