Html Css Color HEX #A48A9F Bouquet

📋 copy color: '#A48A9F'

red 164 ◦ green 138 ◦ blue 159

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

Shades of Bouquet #A48A9F

Tints of Bouquet #A48A9F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.93%

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

R = 35.57%
G = 29.93%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A48A9F (or 0xA48A9F) is known color: Bouquet. HEX triplet: A4, 8A and 9F. RGB value is (164,138,159). Sum of RGB (Red+Green+Blue) = 164+138+159=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A9F is #5B7560. Grayscale: #949494. Windows color (decimal): -5993825 or 10455716. OLE color: 10455716.

HSL color Cylindrical-coordinate representation of color #A48A9F: hue angle of 311.54º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A48A9F is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 138 159 -
CMYK 0 0.16 0.03 0.36
HSL 311.54º 0.13% 0.59% -
HSV(B) 311.54º 0.16% 0.64% -
XYZ 30.66 28.57 36.7 -
YUV 148.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 164 138 159 0 0.16 0.03 0.36 311.54 0.13 0.59
Hex A4 8A 9F 0 10 3 24 138 C 3B
Octal 244 212 237 0 20 3 44 470 14 73
Binary 10100100 10001010 10011111 0 10000 11 100100 100111000 1100 111011

Color Harmonies of #A48A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A9F

Black with #A48A9F

Text Example


Text Example

White with #A48A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A9F; }

 p { color: rgb(164,138,159); }

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

background-color css

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

 a { background-color: rgb(164,138,159); }

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

border-color css

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

 span { border-color: rgb(164,138,159); }

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