#AF6C94

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

Shades of Bouquet #AF6C94

Tints of Bouquet #AF6C94

Color information

#AF6C94 (or 0xAF6C94) is unknown color: approx Bouquet. HEX triplet: AF, 6C and 94. RGB value is (175,108,148). Sum of RGB (Red+Green+Blue) = 175+108+148=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C94 is #50936B. Grayscale: #848484. Windows color (decimal): -5280620 or 9727151. OLE color: 9727151.

HSL color Cylindrical-coordinate representation of color #AF6C94: hue angle of 324.18º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6C94 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175108148-
CMYK00.380.150.31
HSL324.18º29.52%55.49%-
HSV(B)324.18º38.29%68.63%-
XYZ28.3921.9830.76-
YUV132.59136.7158.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 148 (58.20% from 255) = 34.34%
R=40.60%
G=25.06%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510814800.380.150.31324.1829.5255.49
HexAF6C94026F1F1441e37
Octal25715422404617375043667
Binary10101111110110010010100010011011111111110100010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C94; }

 p { color: rgb(175,108,148); }

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

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

 a { background-color: rgb(175,108,148); }

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

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

 span { border-color: rgb(175,108,148); }

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