#AF6E98

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

Shades of Bouquet #AF6E98

Tints of Bouquet #AF6E98

Color information

#AF6E98 (or 0xAF6E98) is unknown color: approx Bouquet. HEX triplet: AF, 6E and 98. RGB value is (175,110,152). Sum of RGB (Red+Green+Blue) = 175+110+152=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E98 is #509167. Grayscale: #868686. Windows color (decimal): -5280104 or 9989807. OLE color: 9989807.

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

Color convert

RGB175110152-
CMYK00.370.130.31
HSL321.23º28.89%55.88%-
HSV(B)321.23º37.14%68.63%-
XYZ28.9222.5332.53-
YUV134.22138.03157.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 152 (59.77% from 255) = 34.78%
R=40.05%
G=25.17%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511015200.370.130.31321.2328.8955.88
HexAF6E98025D1F1411d38
Octal25715623004515375013570
Binary10101111110111010011000010010111011111110100000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E98; }

 p { color: rgb(175,110,152); }

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

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

 a { background-color: rgb(175,110,152); }

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

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

 span { border-color: rgb(175,110,152); }

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