#AF70A0

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

Shades of Bouquet #AF70A0

Tints of Bouquet #AF70A0

Color information

#AF70A0 (or 0xAF70A0) is unknown color: approx Bouquet. HEX triplet: AF, 70 and A0. RGB value is (175,112,160). Sum of RGB (Red+Green+Blue) = 175+112+160=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF70A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF70A0 is #508F5F. Grayscale: #888888. Windows color (decimal): -5279584 or 10514607. OLE color: 10514607.

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

Color convert

RGB175112160-
CMYK00.360.090.31
HSL314.29º28.25%56.27%-
HSV(B)314.29º36%68.63%-
XYZ29.8223.2436.17-
YUV136.31141.37155.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 160 (62.89% from 255) = 35.79%
R=39.15%
G=25.06%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511216000.360.090.31314.2928.2556.27
HexAF70A002491F13a1c38
Octal25716024004411374723470
Binary10101111111000010100000010010010011111110011101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF70A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF70A0; }

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

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

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

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

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

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

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

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