#AF7BA5

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

Shades of Bouquet #AF7BA5

Tints of Bouquet #AF7BA5

Color information

#AF7BA5 (or 0xAF7BA5) is unknown color: approx Bouquet. HEX triplet: AF, 7B and A5. RGB value is (175,123,165). Sum of RGB (Red+Green+Blue) = 175+123+165=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BA5 is #50845A. Grayscale: #8F8F8F. Windows color (decimal): -5276763 or 10845103. OLE color: 10845103.

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

Color convert

RGB175123165-
CMYK00.300.060.31
HSL311.54º24.53%58.43%-
HSV(B)311.54º29.71%68.63%-
XYZ31.552638.95-
YUV143.34140.23150.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 165 (64.84% from 255) = 35.64%
R=37.80%
G=26.57%
B=35.64%

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
Decimal17512316500.300.060.31311.5424.5358.43
HexAF7BA501E61F138193a
Octal2571732450366374703172
Binary101011111111011101001010111101101111110011100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BA5; }

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

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

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

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

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

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

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

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