#A37AA0

Color #A37AA0 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #A37AA0

Tints of Bouquet #A37AA0

Color information

#A37AA0 (or 0xA37AA0) is unknown color: approx Bouquet. HEX triplet: A3, 7A and A0. RGB value is (163,122,160). Sum of RGB (Red+Green+Blue) = 163+122+160=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A37AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37AA0 is #5C855F. Grayscale: #8A8A8A. Windows color (decimal): -6063456 or 10517155. OLE color: 10517155.

HSL color Cylindrical-coordinate representation of color #A37AA0: hue angle of 304.39º 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 #A37AA0 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB163122160-
CMYK00.250.020.36
HSL304.39º18.22%55.88%-
HSV(B)304.39º25.15%63.92%-
XYZ28.4124.2436.44-
YUV138.59140.08145.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 160 (62.89% from 255) = 35.96%
R=36.63%
G=27.42%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312216000.250.020.36304.3918.2255.88
HexA37AA00192241301238
Octal2431722400312444602270
Binary101000111111010101000000110011010010010011000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37AA0; }

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

 H1.HeaderClassName
 {
   color: #A37AA0;
 }
 .AnyTagClassName
 {
   color: #A37AA0;
 }
</style>
background-color css

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

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

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

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

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

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