#AF7BA4

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

Shades of Bouquet #AF7BA4

Tints of Bouquet #AF7BA4

Color information

#AF7BA4 (or 0xAF7BA4) is unknown color: approx Bouquet. HEX triplet: AF, 7B and A4. RGB value is (175,123,164). Sum of RGB (Red+Green+Blue) = 175+123+164=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BA4 is #50845B. Grayscale: #8F8F8F. Windows color (decimal): -5276764 or 10779567. OLE color: 10779567.

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

Color convert

RGB175123164-
CMYK00.300.060.31
HSL312.69º24.53%58.43%-
HSV(B)312.69º29.71%68.63%-
XYZ31.4625.9638.47-
YUV143.22139.73150.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 123 (48.44% from 255) = 26.62%
BLUE value IS 164 (64.45% from 255) = 35.50%
R=37.88%
G=26.62%
B=35.50%

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
Decimal17512316400.300.060.31312.6924.5358.43
HexAF7BA401E61F139193a
Octal2571732440366374713172
Binary101011111111011101001000111101101111110011100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BA4; }

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

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

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

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

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

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

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

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