#AF6898

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

Shades of Bouquet #AF6898

Tints of Bouquet #AF6898

Color information

#AF6898 (or 0xAF6898) is unknown color: approx Bouquet. HEX triplet: AF, 68 and 98. RGB value is (175,104,152). Sum of RGB (Red+Green+Blue) = 175+104+152=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6898 is #509767. Grayscale: #828282. Windows color (decimal): -5281640 or 9988271. OLE color: 9988271.

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

Color convert

RGB175104152-
CMYK00.410.130.31
HSL319.44º30.74%54.71%-
HSV(B)319.44º40.57%68.63%-
XYZ28.321.2832.32-
YUV130.7140.02159.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=40.60%
G=24.13%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510415200.410.130.31319.4430.7454.71
HexAF6898029D1F13f1f37
Octal25715023005115374773767
Binary10101111110100010011000010100111011111110011111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6898; }

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

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

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

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

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

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

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

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