#AF78A8

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

Shades of Bouquet #AF78A8

Tints of Bouquet #AF78A8

Color information

#AF78A8 (or 0xAF78A8) is unknown color: approx Bouquet. HEX triplet: AF, 78 and A8. RGB value is (175,120,168). Sum of RGB (Red+Green+Blue) = 175+120+168=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF78A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF78A8 is #508757. Grayscale: #8D8D8D. Windows color (decimal): -5277528 or 11040943. OLE color: 11040943.

HSL color Cylindrical-coordinate representation of color #AF78A8: hue angle of 307.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF78A8 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB175120168-
CMYK00.310.040.31
HSL307.64º25.58%57.84%-
HSV(B)307.64º31.43%68.63%-
XYZ31.4625.3740.29-
YUV141.92142.72151.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 168 (66.02% from 255) = 36.29%
R=37.80%
G=25.92%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512016800.310.040.31307.6425.5857.84
HexAF78A801F41F1341a3a
Octal2571702500374374643272
Binary101011111111000101010000111111001111110011010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF78A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF78A8; }

 p { color: rgb(175,120,168); }

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

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

 a { background-color: rgb(175,120,168); }

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

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

 span { border-color: rgb(175,120,168); }

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