#AF6593

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

Shades of Bouquet #AF6593

Tints of Bouquet #AF6593

Color information

#AF6593 (or 0xAF6593) is unknown color: approx Bouquet. HEX triplet: AF, 65 and 93. RGB value is (175,101,147). Sum of RGB (Red+Green+Blue) = 175+101+147=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6593 is #509A6C. Grayscale: #808080. Windows color (decimal): -5282413 or 9659823. OLE color: 9659823.

HSL color Cylindrical-coordinate representation of color #AF6593: hue angle of 322.7º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6593 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB175101147-
CMYK00.420.160.31
HSL322.7º31.62%54.12%-
HSV(B)322.7º42.29%68.63%-
XYZ27.620.5330.11-
YUV128.37138.52161.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=41.37%
G=23.88%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510114700.420.160.31322.731.6254.12
HexAF659302A101F1432036
Octal25714522305220375034066
Binary1010111111001011001001101010101000011111101000011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6593; }

 p { color: rgb(175,101,147); }

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

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

 a { background-color: rgb(175,101,147); }

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

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

 span { border-color: rgb(175,101,147); }

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