#AF75A3

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

Shades of Bouquet #AF75A3

Tints of Bouquet #AF75A3

Color information

#AF75A3 (or 0xAF75A3) is unknown color: approx Bouquet. HEX triplet: AF, 75 and A3. RGB value is (175,117,163). Sum of RGB (Red+Green+Blue) = 175+117+163=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF75A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF75A3 is #508A5C. Grayscale: #8B8B8B. Windows color (decimal): -5278301 or 10712495. OLE color: 10712495.

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

Color convert

RGB175117163-
CMYK00.330.070.31
HSL312.41º26.61%57.25%-
HSV(B)312.41º33.14%68.63%-
XYZ30.6524.4837.76-
YUV139.59141.22153.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 163 (64.06% from 255) = 35.82%
R=38.46%
G=25.71%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511716300.330.070.31312.4126.6157.25
HexAF75A302171F1381b39
Octal2571652430417374703371
Binary1010111111101011010001101000011111111110011100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF75A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF75A3; }

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

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

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

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

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

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

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

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