#AF6693

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

Shades of Bouquet #AF6693

Tints of Bouquet #AF6693

Color information

#AF6693 (or 0xAF6693) is unknown color: approx Bouquet. HEX triplet: AF, 66 and 93. RGB value is (175,102,147). Sum of RGB (Red+Green+Blue) = 175+102+147=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6693 is #50996C. Grayscale: #808080. Windows color (decimal): -5282157 or 9660079. OLE color: 9660079.

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

Color convert

RGB175102147-
CMYK00.420.160.31
HSL323.01º31.33%54.31%-
HSV(B)323.01º41.71%68.63%-
XYZ27.720.7230.14-
YUV128.96138.18160.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=41.27%
G=24.06%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510214700.420.160.31323.0131.3354.31
HexAF669302A101F1431f36
Octal25714622305220375033766
Binary101011111100110100100110101010100001111110100001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6693; }

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

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

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

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

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

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

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

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