#af6d92

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

Shades of Bouquet #AF6D92

Tints of Bouquet #AF6D92

Color information

#AF6D92 (or 0xAF6D92) is unknown color: approx Bouquet. HEX triplet: AF, 6D and 92. RGB value is (175,109,146). Sum of RGB (Red+Green+Blue) = 175+109+146=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D92 is #50926D. Grayscale: #848484. Windows color (decimal): -5280366 or 9596335. OLE color: 9596335.

HSL color Cylindrical-coordinate representation of color #AF6D92: hue angle of 326.36º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6D92 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB175109146-
CMYK00.380.170.31
HSL326.36º29.2%55.69%-
HSV(B)326.36º37.71%68.63%-
XYZ28.3422.1329.97-
YUV132.95135.37157.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 146 (57.42% from 255) = 33.95%
R=40.70%
G=25.35%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510914600.380.170.31326.3629.255.69
HexAF6D92026111F1461d38
Octal25715522204621375063570
Binary101011111101101100100100100110100011111110100011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6d92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6d92; }

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

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

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

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

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

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

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

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