#AF98DE

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

Shades of Biloba Flower #AF98DE

Tints of Biloba Flower #AF98DE

Color information

#AF98DE (or 0xAF98DE) is unknown color: approx Biloba Flower. HEX triplet: AF, 98 and DE. RGB value is (175,152,222). Sum of RGB (Red+Green+Blue) = 175+152+222=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF98DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98DE is #506721. Grayscale: #A6A6A6. Windows color (decimal): -5269282 or 14588079. OLE color: 14588079.

HSL color Cylindrical-coordinate representation of color #AF98DE: hue angle of 259.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF98DE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175152222-
CMYK0.210.3200.13
HSL259.71º51.47%73.33%-
HSV(B)259.71º31.53%87.06%-
XYZ42.0936.8474-
YUV166.86159.12133.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=31.88%
G=27.69%
B=40.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751522220.210.3200.13259.7151.4773.33
HexAF98DE15200D1043349
Octal257230336254001540463111
Binary10101111100110001101111010101100000011011000001001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98DE; }

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

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

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

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

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

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

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

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