#AB7398

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

Shades of Bouquet #AB7398

Tints of Bouquet #AB7398

Color information

#AB7398 (or 0xAB7398) is unknown color: approx Bouquet. HEX triplet: AB, 73 and 98. RGB value is (171,115,152). Sum of RGB (Red+Green+Blue) = 171+115+152=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7398 is #548C67. Grayscale: #878787. Windows color (decimal): -5540968 or 9991083. OLE color: 9991083.

HSL color Cylindrical-coordinate representation of color #AB7398: hue angle of 320.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB7398 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB171115152-
CMYK00.330.110.33
HSL320.36º25%56.08%-
HSV(B)320.36º32.75%67.06%-
XYZ28.5923.1932.67-
YUV135.96137.05152.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 152 (59.77% from 255) = 34.70%
R=39.04%
G=26.26%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111515200.330.110.33320.362556.08
HexAB7398021B211401938
Octal25316323004113415003170
Binary101010111110011100110000100001101110000110100000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7398; }

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

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

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

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

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

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

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

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