#AF75A1

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

Shades of Bouquet #AF75A1

Tints of Bouquet #AF75A1

Color information

#AF75A1 (or 0xAF75A1) is unknown color: approx Bouquet. HEX triplet: AF, 75 and A1. RGB value is (175,117,161). Sum of RGB (Red+Green+Blue) = 175+117+161=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF75A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF75A1 is #508A5E. Grayscale: #8B8B8B. Windows color (decimal): -5278303 or 10581423. OLE color: 10581423.

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

Color convert

RGB175117161-
CMYK00.330.080.31
HSL314.48º26.61%57.25%-
HSV(B)314.48º33.14%68.63%-
XYZ30.4724.4136.82-
YUV139.36140.22153.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 161 (63.28% from 255) = 35.54%
R=38.63%
G=25.83%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511716100.330.080.31314.4826.6157.25
HexAF75A102181F13a1b39
Octal25716524104110374723371
Binary10101111111010110100001010000110001111110011101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF75A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF75A1; }

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

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

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

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

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

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

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

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