#A37398

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

Shades of Bouquet #A37398

Tints of Bouquet #A37398

Color information

#A37398 (or 0xA37398) is unknown color: approx Bouquet. HEX triplet: A3, 73 and 98. RGB value is (163,115,152). Sum of RGB (Red+Green+Blue) = 163+115+152=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A37398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37398 is #5C8C67. Grayscale: #858585. Windows color (decimal): -6065256 or 9991075. OLE color: 9991075.

HSL color Cylindrical-coordinate representation of color #A37398: hue angle of 313.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A37398 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB163115152-
CMYK00.290.070.36
HSL313.75º20.69%54.51%-
HSV(B)313.75º29.45%63.92%-
XYZ26.922.3132.6-
YUV133.57138.4148.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 152 (59.77% from 255) = 35.35%
R=37.91%
G=26.74%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311515200.290.070.36313.7520.6954.51
HexA3739801D72413a1537
Octal2431632300357444722567
Binary1010001111100111001100001110111110010010011101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37398; }

 p { color: rgb(163,115,152); }

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

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

 a { background-color: rgb(163,115,152); }

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

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

 span { border-color: rgb(163,115,152); }

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