#AF7F98

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

Shades of Bouquet #AF7F98

Tints of Bouquet #AF7F98

Color information

#AF7F98 (or 0xAF7F98) is unknown color: approx Bouquet. HEX triplet: AF, 7F and 98. RGB value is (175,127,152). Sum of RGB (Red+Green+Blue) = 175+127+152=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F98 is #508067. Grayscale: #909090. Windows color (decimal): -5275752 or 9994159. OLE color: 9994159.

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

Color convert

RGB175127152-
CMYK00.270.130.31
HSL328.75º23.08%59.22%-
HSV(B)328.75º27.43%68.63%-
XYZ30.9426.5633.2-
YUV144.2132.4149.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 127 (50% from 255) = 27.97%
BLUE value IS 152 (59.77% from 255) = 33.48%
R=38.55%
G=27.97%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512715200.270.130.31328.7523.0859.22
HexAF7F9801BD1F149173b
Octal25717723003315375112773
Binary1010111111111111001100001101111011111110100100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7F98; }

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

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

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

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

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

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

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

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