#AF6595

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

Shades of Bouquet #AF6595

Tints of Bouquet #AF6595

Color information

#AF6595 (or 0xAF6595) is unknown color: approx Bouquet. HEX triplet: AF, 65 and 95. RGB value is (175,101,149). Sum of RGB (Red+Green+Blue) = 175+101+149=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6595 is #509A6A. Grayscale: #808080. Windows color (decimal): -5282411 or 9790895. OLE color: 9790895.

HSL color Cylindrical-coordinate representation of color #AF6595: hue angle of 321.08º 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 #AF6595 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175101149-
CMYK00.420.150.31
HSL321.08º31.62%54.12%-
HSV(B)321.08º42.29%68.63%-
XYZ27.7620.5930.95-
YUV128.6139.52161.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=41.18%
G=23.76%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510114900.420.150.31321.0831.6254.12
HexAF659502AF1F1412036
Octal25714522505217375014066
Binary101011111100101100101010101010111111111101000001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6595; }

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

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

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

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

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

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

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

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