#AF8FA4

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

Shades of Bouquet #AF8FA4

Tints of Bouquet #AF8FA4

Color information

#AF8FA4 (or 0xAF8FA4) is unknown color: approx Bouquet. HEX triplet: AF, 8F and A4. RGB value is (175,143,164). Sum of RGB (Red+Green+Blue) = 175+143+164=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8FA4 is #50705B. Grayscale: #9A9A9A. Windows color (decimal): -5271644 or 10784687. OLE color: 10784687.

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

Color convert

RGB175143164-
CMYK00.180.060.31
HSL320.62º16.67%62.35%-
HSV(B)320.62º18.29%68.63%-
XYZ34.231.4439.39-
YUV154.96133.1142.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 143 (56.25% from 255) = 29.67%
BLUE value IS 164 (64.45% from 255) = 34.02%
R=36.31%
G=29.67%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514316400.180.060.31320.6216.6762.35
HexAF8FA401261F141113e
Octal2572172440226375012176
Binary1010111110001111101001000100101101111110100000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FA4; }

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

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

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

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

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

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

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

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