#AF6699

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

Shades of Bouquet #AF6699

Tints of Bouquet #AF6699

Color information

#AF6699 (or 0xAF6699) is unknown color: approx Bouquet. HEX triplet: AF, 66 and 99. RGB value is (175,102,153). Sum of RGB (Red+Green+Blue) = 175+102+153=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6699 is #509966. Grayscale: #818181. Windows color (decimal): -5282151 or 10053295. OLE color: 10053295.

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

Color convert

RGB175102153-
CMYK00.420.130.31
HSL318.08º31.33%54.31%-
HSV(B)318.08º41.71%68.63%-
XYZ28.1820.9232.69-
YUV129.64141.18160.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=40.70%
G=23.72%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510215300.420.130.31318.0831.3354.31
HexAF669902AD1F13e1f36
Octal25714623105215374763766
Binary10101111110011010011001010101011011111110011111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6699; }

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

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

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

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

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

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

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

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