#AF90ED

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

Shades of Biloba Flower #AF90ED

Tints of Biloba Flower #AF90ED

Color information

#AF90ED (or 0xAF90ED) is unknown color: approx Biloba Flower. HEX triplet: AF, 90 and ED. RGB value is (175,144,237). Sum of RGB (Red+Green+Blue) = 175+144+237=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF90ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90ED is #506F12. Grayscale: #A3A3A3. Windows color (decimal): -5271315 or 15569071. OLE color: 15569071.

HSL color Cylindrical-coordinate representation of color #AF90ED: hue angle of 260º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF90ED is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175144237-
CMYK0.260.3900.07
HSL260º72.09%74.71%-
HSV(B)260º39.24%92.94%-
XYZ42.9435.1784.65-
YUV163.87169.27135.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 144 (56.64% from 255) = 25.90%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=31.47%
G=25.90%
B=42.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751442370.260.3900.0726072.0974.71
HexAF90ED1A2707104484b
Octal257220355324707404110113
Binary10101111100100001110110111010100111011110000010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90ED; }

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

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

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

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

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

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

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

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