#AF6892

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

Shades of Bouquet #AF6892

Tints of Bouquet #AF6892

Color information

#AF6892 (or 0xAF6892) is unknown color: approx Bouquet. HEX triplet: AF, 68 and 92. RGB value is (175,104,146). Sum of RGB (Red+Green+Blue) = 175+104+146=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6892 is #50976D. Grayscale: #818181. Windows color (decimal): -5281646 or 9595055. OLE color: 9595055.

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

Color convert

RGB175104146-
CMYK00.410.170.31
HSL324.51º30.74%54.71%-
HSV(B)324.51º40.57%68.63%-
XYZ27.8221.0929.8-
YUV130.02137.02160.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=41.18%
G=24.47%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510414600.410.170.31324.5130.7454.71
HexAF6892029111F1451f37
Octal25715022205121375053767
Binary101011111101000100100100101001100011111110100010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6892; }

 p { color: rgb(175,104,146); }

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

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

 a { background-color: rgb(175,104,146); }

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

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

 span { border-color: rgb(175,104,146); }

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