#AF8CA4

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

Shades of Bouquet #AF8CA4

Tints of Bouquet #AF8CA4

Color information

#AF8CA4 (or 0xAF8CA4) is unknown color: approx Bouquet. HEX triplet: AF, 8C and A4. RGB value is (175,140,164). Sum of RGB (Red+Green+Blue) = 175+140+164=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8CA4 is #50735B. Grayscale: #999999. Windows color (decimal): -5272412 or 10783919. OLE color: 10783919.

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

Color convert

RGB175140164-
CMYK00.20.060.31
HSL318.86º17.95%61.76%-
HSV(B)318.86º20%68.63%-
XYZ33.7630.5539.24-
YUV153.2134.1143.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 140 (55.08% from 255) = 29.23%
BLUE value IS 164 (64.45% from 255) = 34.24%
R=36.53%
G=29.23%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514016400.20.060.31318.8617.9561.76
HexAF8CA401461F13f123e
Octal2572142440246374772276
Binary1010111110001100101001000101001101111110011111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8CA4; }

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

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

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

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

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

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

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

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