#AF9FDC

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

Shades of Biloba Flower #AF9FDC

Tints of Biloba Flower #AF9FDC

Color information

#AF9FDC (or 0xAF9FDC) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and DC. RGB value is (175,159,220). Sum of RGB (Red+Green+Blue) = 175+159+220=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FDC is #506023. Grayscale: #AAAAAA. Windows color (decimal): -5267492 or 14458799. OLE color: 14458799.

HSL color Cylindrical-coordinate representation of color #AF9FDC: hue angle of 255.74º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF9FDC is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175159220-
CMYK0.200.2800.14
HSL255.74º46.56%74.31%-
HSV(B)255.74º27.73%86.27%-
XYZ4339.0872.99-
YUV170.74155.8131.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=31.59%
G=28.70%
B=39.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751592200.200.2800.14255.7446.5674.31
HexAF9FDC141C0E1002f4a
Octal257237334243401640057112
Binary1010111110011111110111001010011100011101000000001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FDC; }

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

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

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

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

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

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

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

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