#AF6796

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

Shades of Bouquet #AF6796

Tints of Bouquet #AF6796

Color information

#AF6796 (or 0xAF6796) is unknown color: approx Bouquet. HEX triplet: AF, 67 and 96. RGB value is (175,103,150). Sum of RGB (Red+Green+Blue) = 175+103+150=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6796 is #509869. Grayscale: #818181. Windows color (decimal): -5281898 or 9856943. OLE color: 9856943.

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

Color convert

RGB175103150-
CMYK00.410.140.31
HSL320.83º31.03%54.51%-
HSV(B)320.83º41.14%68.63%-
XYZ28.0321.0231.43-
YUV129.89139.35160.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 150 (58.98% from 255) = 35.05%
R=40.89%
G=24.07%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510315000.410.140.31320.8331.0354.51
HexAF6796029E1F1411f37
Octal25714722605116375013767
Binary10101111110011110010110010100111101111110100000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6796; }

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

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

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

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

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

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

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

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