#AF7AA5

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

Shades of Bouquet #AF7AA5

Tints of Bouquet #AF7AA5

Color information

#AF7AA5 (or 0xAF7AA5) is unknown color: approx Bouquet. HEX triplet: AF, 7A and A5. RGB value is (175,122,165). Sum of RGB (Red+Green+Blue) = 175+122+165=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7AA5 is #50855A. Grayscale: #8E8E8E. Windows color (decimal): -5277019 or 10844847. OLE color: 10844847.

HSL color Cylindrical-coordinate representation of color #AF7AA5: hue angle of 311.32º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7AA5 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB175122165-
CMYK00.300.060.31
HSL311.32º24.88%58.24%-
HSV(B)311.32º30.29%68.63%-
XYZ31.4325.7538.91-
YUV142.75140.56151-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 122 (48.05% from 255) = 26.41%
BLUE value IS 165 (64.84% from 255) = 35.71%
R=37.88%
G=26.41%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512216500.300.060.31311.3224.8858.24
HexAF7AA501E61F137193a
Octal2571722450366374673172
Binary101011111111010101001010111101101111110011011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7AA5; }

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

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

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

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

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

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

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

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