#A393CE

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

Shades of Biloba Flower #A393CE

Tints of Biloba Flower #A393CE

Color information

#A393CE (or 0xA393CE) is unknown color: approx Biloba Flower. HEX triplet: A3, 93 and CE. RGB value is (163,147,206). Sum of RGB (Red+Green+Blue) = 163+147+206=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #A393CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393CE is #5C6C31. Grayscale: #9E9E9E. Windows color (decimal): -6057010 or 13538211. OLE color: 13538211.

HSL color Cylindrical-coordinate representation of color #A393CE: hue angle of 256.27º 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 #A393CE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163147206-
CMYK0.210.2900.19
HSL256.27º37.58%69.22%-
HSV(B)256.27º28.64%80.78%-
XYZ36.6833.1162.85-
YUV158.51154.8131.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.59%
GREEN value IS 147 (57.81% from 255) = 28.49%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=31.59%
G=28.49%
B=39.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631472060.210.2900.19256.2737.5869.22
HexA393CE151D0131002645
Octal243223316253502340046105
Binary10100011100100111100111010101111010100111000000001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A393CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A393CE; }

 p { color: rgb(163,147,206); }

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

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

 a { background-color: rgb(163,147,206); }

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

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

 span { border-color: rgb(163,147,206); }

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