#AF90D5

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

Shades of Biloba Flower #AF90D5

Tints of Biloba Flower #AF90D5

Color information

#AF90D5 (or 0xAF90D5) is unknown color: approx Biloba Flower. HEX triplet: AF, 90 and D5. RGB value is (175,144,213). Sum of RGB (Red+Green+Blue) = 175+144+213=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF90D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90D5 is #506F2A. Grayscale: #A0A0A0. Windows color (decimal): -5271339 or 13996207. OLE color: 13996207.

HSL color Cylindrical-coordinate representation of color #AF90D5: hue angle of 266.96º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF90D5 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175144213-
CMYK0.180.3200.16
HSL266.96º45.1%70%-
HSV(B)266.96º32.39%83.53%-
XYZ39.6633.8667.4-
YUV161.14157.27137.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 144 (56.64% from 255) = 27.07%
BLUE value IS 213 (83.59% from 255) = 40.04%
R=32.89%
G=27.07%
B=40.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751442130.180.3200.16266.9645.170
HexAF90D5122001010b2d46
Octal257220325224002041355106
Binary101011111001000011010101100101000000100001000010111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90D5; }

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

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

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

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

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

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

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

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