#AF7DA0

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

Shades of Bouquet #AF7DA0

Tints of Bouquet #AF7DA0

Color information

#AF7DA0 (or 0xAF7DA0) is unknown color: approx Bouquet. HEX triplet: AF, 7D and A0. RGB value is (175,125,160). Sum of RGB (Red+Green+Blue) = 175+125+160=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7DA0 is #50825F. Grayscale: #8F8F8F. Windows color (decimal): -5276256 or 10517935. OLE color: 10517935.

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

Color convert

RGB175125160-
CMYK00.290.090.31
HSL318º23.81%58.82%-
HSV(B)318º28.57%68.63%-
XYZ31.3626.3236.69-
YUV143.94137.06150.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 160 (62.89% from 255) = 34.78%
R=38.04%
G=27.17%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512516000.290.090.3131823.8158.82
HexAF7DA001D91F13e183b
Octal25717524003511374763073
Binary1010111111111011010000001110110011111110011111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DA0; }

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

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

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

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

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

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

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

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