#AF90DE

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

Shades of Biloba Flower #AF90DE

Tints of Biloba Flower #AF90DE

Color information

#AF90DE (or 0xAF90DE) is unknown color: approx Biloba Flower. HEX triplet: AF, 90 and DE. RGB value is (175,144,222). Sum of RGB (Red+Green+Blue) = 175+144+222=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF90DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90DE is #506F21. Grayscale: #A1A1A1. Windows color (decimal): -5271330 or 14586031. OLE color: 14586031.

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

Color convert

RGB175144222-
CMYK0.210.3500.13
HSL263.85º54.17%71.76%-
HSV(B)263.85º35.14%87.06%-
XYZ40.8434.3373.58-
YUV162.16161.77137.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=32.35%
G=26.62%
B=41.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751442220.210.3500.13263.8554.1771.76
HexAF90DE15230D1083648
Octal257220336254301541066110
Binary10101111100100001101111010101100011011011000010001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90DE; }

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

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

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

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

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

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

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

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