#AF9FDA

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

Shades of Biloba Flower #AF9FDA

Tints of Biloba Flower #AF9FDA

Color information

#AF9FDA (or 0xAF9FDA) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and DA. RGB value is (175,159,218). Sum of RGB (Red+Green+Blue) = 175+159+218=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF9FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FDA is #506025. Grayscale: #AAAAAA. Windows color (decimal): -5267494 or 14327727. OLE color: 14327727.

HSL color Cylindrical-coordinate representation of color #AF9FDA: hue angle of 256.27º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF9FDA is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175159218-
CMYK0.200.2700.15
HSL256.27º44.36%73.92%-
HSV(B)256.27º27.06%85.49%-
XYZ42.7338.9771.6-
YUV170.51154.8131.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 159 (62.5% from 255) = 28.80%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=31.70%
G=28.80%
B=39.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751592180.200.2700.15256.2744.3673.92
HexAF9FDA141B0F1002c4a
Octal257237332243301740054112
Binary1010111110011111110110101010011011011111000000001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FDA; }

 p { color: rgb(175,159,218); }

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

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

 a { background-color: rgb(175,159,218); }

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

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

 span { border-color: rgb(175,159,218); }

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