Html Css Color HEX #A48E9B Bouquet

📋 copy color: '#A48E9B'

red 164 ◦ green 142 ◦ blue 155

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

Shades of Bouquet #A48E9B

Tints of Bouquet #A48E9B

RGB

 RED value IS 164 (64.45% from 255) = 35.57%

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

 BLUE value IS 155 (60.94% from 255) = 33.62%

R = 35.57%
G = 30.8%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A48E9B (or 0xA48E9B) is known color: Bouquet. HEX triplet: A4, 8E and 9B. RGB value is (164,142,155). Sum of RGB (Red+Green+Blue) = 164+142+155=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48E9B is #5B7164. Grayscale: #969696. Windows color (decimal): -5992805 or 10194596. OLE color: 10194596.

HSL color Cylindrical-coordinate representation of color #A48E9B: hue angle of 324.55º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A48E9B is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 142 155 -
CMYK 0 0.13 0.05 0.36
HSL 324.55º 0.11% 0.6% -
HSV(B) 324.55º 0.13% 0.64% -
XYZ 30.9 29.61 35.1 -
YUV 150.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 164 142 155 0 0.13 0.05 0.36 324.55 0.11 0.6
Hex A4 8E 9B 0 D 5 24 145 B 3C
Octal 244 216 233 0 15 5 44 505 13 74
Binary 10100100 10001110 10011011 0 1101 101 100100 101000101 1011 111100

Color Harmonies of #A48E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E9B

Black with #A48E9B

Text Example


Text Example

White with #A48E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E9B; }

 p { color: rgb(164,142,155); }

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

background-color css

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

 a { background-color: rgb(164,142,155); }

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

border-color css

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

 span { border-color: rgb(164,142,155); }

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