#AF84A4

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

Shades of Bouquet #AF84A4

Tints of Bouquet #AF84A4

Color information

#AF84A4 (or 0xAF84A4) is unknown color: approx Bouquet. HEX triplet: AF, 84 and A4. RGB value is (175,132,164). Sum of RGB (Red+Green+Blue) = 175+132+164=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF84A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF84A4 is #507B5B. Grayscale: #949494. Windows color (decimal): -5274460 or 10781871. OLE color: 10781871.

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

Color convert

RGB175132164-
CMYK00.250.060.31
HSL315.35º21.18%60.2%-
HSV(B)315.35º24.57%68.63%-
XYZ32.6328.338.86-
YUV148.5136.75146.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 132 (51.95% from 255) = 28.03%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=37.15%
G=28.03%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513216400.250.060.31315.3521.1860.2
HexAF84A401961F13b153c
Octal2572042440316374732574
Binary1010111110000100101001000110011101111110011101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84A4; }

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

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

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

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

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

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

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

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