#AF6C93

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

Shades of Bouquet #AF6C93

Tints of Bouquet #AF6C93

Color information

#AF6C93 (or 0xAF6C93) is unknown color: approx Bouquet. HEX triplet: AF, 6C and 93. RGB value is (175,108,147). Sum of RGB (Red+Green+Blue) = 175+108+147=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C93 is #50936C. Grayscale: #848484. Windows color (decimal): -5280621 or 9661615. OLE color: 9661615.

HSL color Cylindrical-coordinate representation of color #AF6C93: hue angle of 325.07º 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 #AF6C93 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB175108147-
CMYK00.380.160.31
HSL325.07º29.52%55.49%-
HSV(B)325.07º38.29%68.63%-
XYZ28.3121.9530.35-
YUV132.48136.2158.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 108 (42.58% from 255) = 25.12%
BLUE value IS 147 (57.81% from 255) = 34.19%
R=40.70%
G=25.12%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510814700.380.160.31325.0729.5255.49
HexAF6C93026101F1451e37
Octal25715422304620375053667
Binary101011111101100100100110100110100001111110100010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C93; }

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

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

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

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

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

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

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

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