#AF74A0

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

Shades of Bouquet #AF74A0

Tints of Bouquet #AF74A0

Color information

#AF74A0 (or 0xAF74A0) is unknown color: approx Bouquet. HEX triplet: AF, 74 and A0. RGB value is (175,116,160). Sum of RGB (Red+Green+Blue) = 175+116+160=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF74A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF74A0 is #508B5F. Grayscale: #8A8A8A. Windows color (decimal): -5278560 or 10515631. OLE color: 10515631.

HSL color Cylindrical-coordinate representation of color #AF74A0: hue angle of 315.25º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF74A0 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB175116160-
CMYK00.340.090.31
HSL315.25º26.94%57.06%-
HSV(B)315.25º33.71%68.63%-
XYZ30.2724.1436.32-
YUV138.66140.05153.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 160 (62.89% from 255) = 35.48%
R=38.80%
G=25.72%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511616000.340.090.31315.2526.9457.06
HexAF74A002291F13b1b39
Octal25716424004211374733371
Binary10101111111010010100000010001010011111110011101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF74A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF74A0; }

 p { color: rgb(175,116,160); }

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

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

 a { background-color: rgb(175,116,160); }

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

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

 span { border-color: rgb(175,116,160); }

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