Html Css Color HEX #A37A9E Bouquet

📋 copy color: '#A37A9E'

red 163 ◦ green 122 ◦ blue 158

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

Shades of Bouquet #A37A9E

Tints of Bouquet #A37A9E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.54%

 BLUE value IS 158 (62.11% from 255) = 35.67%

R = 36.79%
G = 27.54%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A37A9E (or 0xA37A9E) is known color: Bouquet. HEX triplet: A3, 7A and 9E. RGB value is (163,122,158). Sum of RGB (Red+Green+Blue) = 163+122+158=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A9E is #5C8561. Grayscale: #8A8A8A. Windows color (decimal): -6063458 or 10386083. OLE color: 10386083.

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

Color convert

RGB 163 122 158 -
CMYK 0 0.25 0.03 0.36
HSL 307.32º 0.18% 0.56% -
HSV(B) 307.32º 0.25% 0.64% -
XYZ 28.24 24.17 35.53 -
YUV 138.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 163 122 158 0 0.25 0.03 0.36 307.32 0.18 0.56
Hex A3 7A 9E 0 19 3 24 133 12 38
Octal 243 172 236 0 31 3 44 463 22 70
Binary 10100011 1111010 10011110 0 11001 11 100100 100110011 10010 111000

Color Harmonies of #A37A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A9E

Black with #A37A9E

Text Example


Text Example

White with #A37A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A9E; }

 p { color: rgb(163,122,158); }

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

background-color css

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

 a { background-color: rgb(163,122,158); }

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

border-color css

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

 span { border-color: rgb(163,122,158); }

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