#AF9EDC

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

Shades of Biloba Flower #AF9EDC

Tints of Biloba Flower #AF9EDC

Color information

#AF9EDC (or 0xAF9EDC) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and DC. RGB value is (175,158,220). Sum of RGB (Red+Green+Blue) = 175+158+220=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EDC is #506123. Grayscale: #A9A9A9. Windows color (decimal): -5267748 or 14458543. OLE color: 14458543.

HSL color Cylindrical-coordinate representation of color #AF9EDC: hue angle of 256.45º 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 #AF9EDC is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175158220-
CMYK0.200.2800.14
HSL256.45º46.97%74.12%-
HSV(B)256.45º28.18%86.27%-
XYZ42.8238.7372.93-
YUV170.15156.13131.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 158 (62.11% from 255) = 28.57%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=31.65%
G=28.57%
B=39.78%

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
Decimal1751582200.200.2800.14256.4546.9774.12
HexAF9EDC141C0E1002f4a
Octal257236334243401640057112
Binary1010111110011110110111001010011100011101000000001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EDC; }

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

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

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

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

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

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

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

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