#A293CF

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

Shades of Biloba Flower #A293CF

Tints of Biloba Flower #A293CF

Color information

#A293CF (or 0xA293CF) is unknown color: approx Biloba Flower. HEX triplet: A2, 93 and CF. RGB value is (162,147,207). Sum of RGB (Red+Green+Blue) = 162+147+207=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #A293CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293CF is #5D6C30. Grayscale: #9E9E9E. Windows color (decimal): -6122545 or 13603746. OLE color: 13603746.

HSL color Cylindrical-coordinate representation of color #A293CF: hue angle of 255º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A293CF is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162147207-
CMYK0.220.2900.19
HSL255º38.46%69.41%-
HSV(B)255º28.99%81.18%-
XYZ36.633.0563.48-
YUV158.33155.47130.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.40%
GREEN value IS 147 (57.81% from 255) = 28.49%
BLUE value IS 207 (81.25% from 255) = 40.12%
R=31.40%
G=28.49%
B=40.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621472070.220.2900.1925538.4669.41
HexA293CF161D013ff2645
Octal242223317263502337746105
Binary1010001010010011110011111011011101010011111111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293CF; }

 p { color: rgb(162,147,207); }

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

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

 a { background-color: rgb(162,147,207); }

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

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

 span { border-color: rgb(162,147,207); }

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