#AF8BA4

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

Shades of Bouquet #AF8BA4

Tints of Bouquet #AF8BA4

Color information

#AF8BA4 (or 0xAF8BA4) is unknown color: approx Bouquet. HEX triplet: AF, 8B and A4. RGB value is (175,139,164). Sum of RGB (Red+Green+Blue) = 175+139+164=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8BA4 is #50745B. Grayscale: #989898. Windows color (decimal): -5272668 or 10783663. OLE color: 10783663.

HSL color Cylindrical-coordinate representation of color #AF8BA4: hue angle of 318.33º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8BA4 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB175139164-
CMYK00.210.060.31
HSL318.33º18.37%61.57%-
HSV(B)318.33º20.57%68.63%-
XYZ33.6130.2639.19-
YUV152.61134.43143.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=36.61%
G=29.08%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513916400.210.060.31318.3318.3761.57
HexAF8BA401561F13e123e
Octal2572132440256374762276
Binary1010111110001011101001000101011101111110011111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8BA4; }

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

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

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

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

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

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

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

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