#A390ED

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

Shades of Biloba Flower #A390ED

Tints of Biloba Flower #A390ED

Color information

#A390ED (or 0xA390ED) is unknown color: approx Biloba Flower. HEX triplet: A3, 90 and ED. RGB value is (163,144,237). Sum of RGB (Red+Green+Blue) = 163+144+237=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #A390ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A390ED is #5C6F12. Grayscale: #9F9F9F. Windows color (decimal): -6057747 or 15569059. OLE color: 15569059.

HSL color Cylindrical-coordinate representation of color #A390ED: hue angle of 252.26º 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 #A390ED is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163144237-
CMYK0.310.3900.07
HSL252.26º72.09%74.71%-
HSV(B)252.26º39.24%92.94%-
XYZ40.3633.8584.53-
YUV160.28171.29129.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.96%
GREEN value IS 144 (56.64% from 255) = 26.47%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=29.96%
G=26.47%
B=43.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631442370.310.3900.07252.2672.0974.71
HexA390ED1F2707fc484b
Octal243220355374707374110113
Binary1010001110010000111011011111110011101111111110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390ED; }

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

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

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

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

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

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

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

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