#AF7DA6

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

Shades of Bouquet #AF7DA6

Tints of Bouquet #AF7DA6

Color information

#AF7DA6 (or 0xAF7DA6) is unknown color: approx Bouquet. HEX triplet: AF, 7D and A6. RGB value is (175,125,166). Sum of RGB (Red+Green+Blue) = 175+125+166=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7DA6 is #508259. Grayscale: #909090. Windows color (decimal): -5276250 or 10911151. OLE color: 10911151.

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

Color convert

RGB175125166-
CMYK00.290.050.31
HSL310.8º23.81%58.82%-
HSV(B)310.8º28.57%68.63%-
XYZ31.926.5339.52-
YUV144.62140.06149.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 125 (49.22% from 255) = 26.82%
BLUE value IS 166 (65.23% from 255) = 35.62%
R=37.55%
G=26.82%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512516600.290.050.31310.823.8158.82
HexAF7DA601D51F137183b
Octal2571752460355374673073
Binary101011111111101101001100111011011111110011011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DA6; }

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

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

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

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

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

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

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

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