#AF7BA1

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

Shades of Bouquet #AF7BA1

Tints of Bouquet #AF7BA1

Color information

#AF7BA1 (or 0xAF7BA1) is unknown color: approx Bouquet. HEX triplet: AF, 7B and A1. RGB value is (175,123,161). Sum of RGB (Red+Green+Blue) = 175+123+161=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BA1 is #50845E. Grayscale: #8E8E8E. Windows color (decimal): -5276767 or 10582959. OLE color: 10582959.

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

Color convert

RGB175123161-
CMYK00.300.080.31
HSL316.15º24.53%58.43%-
HSV(B)316.15º29.71%68.63%-
XYZ31.225.8537.06-
YUV142.88138.23150.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 161 (63.28% from 255) = 35.08%
R=38.13%
G=26.80%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512316100.300.080.31316.1524.5358.43
HexAF7BA101E81F13c193a
Octal25717324103610374743172
Binary1010111111110111010000101111010001111110011110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BA1; }

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

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

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

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

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

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

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

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