#AF6996

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

Shades of Bouquet #AF6996

Tints of Bouquet #AF6996

Color information

#AF6996 (or 0xAF6996) is unknown color: approx Bouquet. HEX triplet: AF, 69 and 96. RGB value is (175,105,150). Sum of RGB (Red+Green+Blue) = 175+105+150=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6996 is #509669. Grayscale: #828282. Windows color (decimal): -5281386 or 9857455. OLE color: 9857455.

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

Color convert

RGB175105150-
CMYK00.400.140.31
HSL321.43º30.43%54.9%-
HSV(B)321.43º40%68.63%-
XYZ28.2421.4231.5-
YUV131.06138.69159.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 150 (58.98% from 255) = 34.88%
R=40.70%
G=24.42%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510515000.400.140.31321.4330.4354.9
HexAF6996028E1F1411e37
Octal25715122605016375013667
Binary10101111110100110010110010100011101111110100000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6996; }

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

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

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

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

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

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

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

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