#A290CE

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

Shades of Biloba Flower #A290CE

Tints of Biloba Flower #A290CE

Color information

#A290CE (or 0xA290CE) is unknown color: approx Biloba Flower. HEX triplet: A2, 90 and CE. RGB value is (162,144,206). Sum of RGB (Red+Green+Blue) = 162+144+206=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #A290CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290CE is #5D6F31. Grayscale: #9C9C9C. Windows color (decimal): -6123314 or 13537442. OLE color: 13537442.

HSL color Cylindrical-coordinate representation of color #A290CE: hue angle of 257.42º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A290CE is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162144206-
CMYK0.210.3000.19
HSL257.42º38.75%68.63%-
HSV(B)257.42º30.1%80.78%-
XYZ36.0132.0862.69-
YUV156.45155.96131.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 144 (56.64% from 255) = 28.12%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=31.64%
G=28.12%
B=40.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621442060.210.3000.19257.4238.7568.63
HexA290CE151E0131012745
Octal242220316253602340147105
Binary10100010100100001100111010101111100100111000000011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A290CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A290CE; }

 p { color: rgb(162,144,206); }

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

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

 a { background-color: rgb(162,144,206); }

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

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

 span { border-color: rgb(162,144,206); }

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