#AF7594

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

Shades of Bouquet #AF7594

Tints of Bouquet #AF7594

Color information

#AF7594 (or 0xAF7594) is unknown color: approx Bouquet. HEX triplet: AF, 75 and 94. RGB value is (175,117,148). Sum of RGB (Red+Green+Blue) = 175+117+148=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7594 is #508A6B. Grayscale: #898989. Windows color (decimal): -5278316 or 9729455. OLE color: 9729455.

HSL color Cylindrical-coordinate representation of color #AF7594: hue angle of 327.93º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF7594 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175117148-
CMYK00.330.150.31
HSL327.93º26.61%57.25%-
HSV(B)327.93º33.14%68.63%-
XYZ29.3923.9731.1-
YUV137.88133.72154.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=39.77%
G=26.59%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511714800.330.150.31327.9326.6157.25
HexAF7594021F1F1481b39
Octal25716522404117375103371
Binary10101111111010110010100010000111111111110100100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7594; }

 p { color: rgb(175,117,148); }

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

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

 a { background-color: rgb(175,117,148); }

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

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

 span { border-color: rgb(175,117,148); }

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