#AF6696

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

Shades of Bouquet #AF6696

Tints of Bouquet #AF6696

Color information

#AF6696 (or 0xAF6696) is unknown color: approx Bouquet. HEX triplet: AF, 66 and 96. RGB value is (175,102,150). Sum of RGB (Red+Green+Blue) = 175+102+150=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6696 is #509969. Grayscale: #818181. Windows color (decimal): -5282154 or 9856687. OLE color: 9856687.

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

Color convert

RGB175102150-
CMYK00.420.140.31
HSL320.55º31.33%54.31%-
HSV(B)320.55º41.71%68.63%-
XYZ27.9420.8231.4-
YUV129.3139.68160.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=40.98%
G=23.89%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510215000.420.140.31320.5531.3354.31
HexAF669602AE1F1411f36
Octal25714622605216375013766
Binary10101111110011010010110010101011101111110100000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6696; }

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

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

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

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

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

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

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

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