#A090F2

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

Shades of Biloba Flower #A090F2

Tints of Biloba Flower #A090F2

Color information

#A090F2 (or 0xA090F2) is unknown color: approx Biloba Flower. HEX triplet: A0, 90 and F2. RGB value is (160,144,242). Sum of RGB (Red+Green+Blue) = 160+144+242=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #A090F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A090F2 is #5F6F0D. Grayscale: #9F9F9F. Windows color (decimal): -6254350 or 15896736. OLE color: 15896736.

HSL color Cylindrical-coordinate representation of color #A090F2: hue angle of 249.8º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A090F2 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160144242-
CMYK0.340.4000.05
HSL249.8º79.03%75.69%-
HSV(B)249.8º40.5%94.9%-
XYZ40.533.8388.4-
YUV159.96174.3128.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.30%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 242 (94.92% from 255) = 44.32%
R=29.30%
G=26.37%
B=44.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601442420.340.4000.05249.879.0375.69
HexA090F2222805fa4f4c
Octal240220362425005372117114
Binary10100000100100001111001010001010100001011111101010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A090F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A090F2; }

 p { color: rgb(160,144,242); }

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

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

 a { background-color: rgb(160,144,242); }

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

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

 span { border-color: rgb(160,144,242); }

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