#AF7BA2

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

Shades of Bouquet #AF7BA2

Tints of Bouquet #AF7BA2

Color information

#AF7BA2 (or 0xAF7BA2) is unknown color: approx Bouquet. HEX triplet: AF, 7B and A2. RGB value is (175,123,162). Sum of RGB (Red+Green+Blue) = 175+123+162=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BA2 is #50845D. Grayscale: #8E8E8E. Windows color (decimal): -5276766 or 10648495. OLE color: 10648495.

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

Color convert

RGB175123162-
CMYK00.300.070.31
HSL315º24.53%58.43%-
HSV(B)315º29.71%68.63%-
XYZ31.2825.8937.53-
YUV142.99138.73150.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 123 (48.44% from 255) = 26.74%
BLUE value IS 162 (63.67% from 255) = 35.22%
R=38.04%
G=26.74%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512316200.300.070.3131524.5358.43
HexAF7BA201E71F13b193a
Octal2571732420367374733172
Binary101011111111011101000100111101111111110011101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BA2; }

 p { color: rgb(175,123,162); }

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

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

 a { background-color: rgb(175,123,162); }

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

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

 span { border-color: rgb(175,123,162); }

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