#AF6295

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

Shades of Bouquet #AF6295

Tints of Bouquet #AF6295

Color information

#AF6295 (or 0xAF6295) is unknown color: approx Bouquet. HEX triplet: AF, 62 and 95. RGB value is (175,98,149). Sum of RGB (Red+Green+Blue) = 175+98+149=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6295 is #509D6A. Grayscale: #7E7E7E. Windows color (decimal): -5283179 or 9790127. OLE color: 9790127.

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

Color convert

RGB17598149-
CMYK00.440.150.31
HSL320.26º32.49%53.53%-
HSV(B)320.26º44%68.63%-
XYZ27.4720.0230.85-
YUV126.84140.51162.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=41.47%
G=23.22%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759814900.440.150.31320.2632.4953.53
HexAF629502CF1F1402036
Octal25714222505417375004066
Binary101011111100010100101010101100111111111101000000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6295; }

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

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

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

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

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

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

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

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