#AF98D9

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

Shades of Biloba Flower #AF98D9

Tints of Biloba Flower #AF98D9

Color information

#AF98D9 (or 0xAF98D9) is unknown color: approx Biloba Flower. HEX triplet: AF, 98 and D9. RGB value is (175,152,217). Sum of RGB (Red+Green+Blue) = 175+152+217=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF98D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98D9 is #506726. Grayscale: #A6A6A6. Windows color (decimal): -5269287 or 14260399. OLE color: 14260399.

HSL color Cylindrical-coordinate representation of color #AF98D9: hue angle of 261.23º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF98D9 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175152217-
CMYK0.190.3000.15
HSL261.23º46.1%72.35%-
HSV(B)261.23º29.95%85.1%-
XYZ41.4336.5870.52-
YUV166.29156.62134.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 217 (85.16% from 255) = 39.89%
R=32.17%
G=27.94%
B=39.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751522170.190.3000.15261.2346.172.35
HexAF98D9131E0F1052e48
Octal257230331233601740556110
Binary1010111110011000110110011001111110011111000001011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98D9; }

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

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

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

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

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

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

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

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