#AF7DA5

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

Shades of Bouquet #AF7DA5

Tints of Bouquet #AF7DA5

Color information

#AF7DA5 (or 0xAF7DA5) is unknown color: approx Bouquet. HEX triplet: AF, 7D and A5. RGB value is (175,125,165). Sum of RGB (Red+Green+Blue) = 175+125+165=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7DA5 is #50825A. Grayscale: #909090. Windows color (decimal): -5276251 or 10845615. OLE color: 10845615.

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

Color convert

RGB175125165-
CMYK00.290.060.31
HSL312º23.81%58.82%-
HSV(B)312º28.57%68.63%-
XYZ31.826.539.04-
YUV144.51139.56149.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 125 (49.22% from 255) = 26.88%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=37.63%
G=26.88%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512516500.290.060.3131223.8158.82
HexAF7DA501D61F138183b
Octal2571752450356374703073
Binary101011111111101101001010111011101111110011100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DA5; }

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

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

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

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

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

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

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

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