Html Css Color HEX #A37D9B Bouquet

📋 copy color: '#A37D9B'

red 163 ◦ green 125 ◦ blue 155

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

Shades of Bouquet #A37D9B

Tints of Bouquet #A37D9B

RGB

 RED value IS 163 (64.06% from 255) = 36.79%

 GREEN value IS 125 (49.22% from 255) = 28.22%

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

R = 36.79%
G = 28.22%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A37D9B (or 0xA37D9B) is known color: Bouquet. HEX triplet: A3, 7D and 9B. RGB value is (163,125,155). Sum of RGB (Red+Green+Blue) = 163+125+155=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37D9B is #5C8264. Grayscale: #8B8B8B. Windows color (decimal): -6062693 or 10190243. OLE color: 10190243.

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

Color convert

RGB 163 125 155 -
CMYK 0 0.23 0.05 0.36
HSL 312.63º 0.17% 0.56% -
HSV(B) 312.63º 0.23% 0.64% -
XYZ 28.35 24.82 34.31 -
YUV 139.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 163 125 155 0 0.23 0.05 0.36 312.63 0.17 0.56
Hex A3 7D 9B 0 17 5 24 139 11 38
Octal 243 175 233 0 27 5 44 471 21 70
Binary 10100011 1111101 10011011 0 10111 101 100100 100111001 10001 111000

Color Harmonies of #A37D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D9B

Black with #A37D9B

Text Example


Text Example

White with #A37D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D9B; }

 p { color: rgb(163,125,155); }

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

background-color css

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

 a { background-color: rgb(163,125,155); }

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

border-color css

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

 span { border-color: rgb(163,125,155); }

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