#AF6B92

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

Shades of Bouquet #AF6B92

Tints of Bouquet #AF6B92

Color information

#AF6B92 (or 0xAF6B92) is unknown color: approx Bouquet. HEX triplet: AF, 6B and 92. RGB value is (175,107,146). Sum of RGB (Red+Green+Blue) = 175+107+146=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B92 is #50946D. Grayscale: #838383. Windows color (decimal): -5280878 or 9595823. OLE color: 9595823.

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

Color convert

RGB175107146-
CMYK00.390.170.31
HSL325.59º29.82%55.29%-
HSV(B)325.59º38.86%68.63%-
XYZ28.1321.729.9-
YUV131.78136.03158.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=40.89%
G=25%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510714600.390.170.31325.5929.8255.29
HexAF6B92027111F1461e37
Octal25715322204721375063667
Binary101011111101011100100100100111100011111110100011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B92; }

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

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

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

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

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

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

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

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