#A395CE

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

Shades of Biloba Flower #A395CE

Tints of Biloba Flower #A395CE

Color information

#A395CE (or 0xA395CE) is unknown color: approx Biloba Flower. HEX triplet: A3, 95 and CE. RGB value is (163,149,206). Sum of RGB (Red+Green+Blue) = 163+149+206=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #A395CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395CE is #5C6A31. Grayscale: #9F9F9F. Windows color (decimal): -6056498 or 13538723. OLE color: 13538723.

HSL color Cylindrical-coordinate representation of color #A395CE: hue angle of 254.74º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A395CE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163149206-
CMYK0.210.2800.19
HSL254.74º36.77%69.61%-
HSV(B)254.74º27.67%80.78%-
XYZ36.9933.7462.95-
YUV159.68154.14130.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.47%
GREEN value IS 149 (58.59% from 255) = 28.76%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=31.47%
G=28.76%
B=39.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631492060.210.2800.19254.7436.7769.61
HexA395CE151C013ff2546
Octal243225316253402337745106
Binary1010001110010101110011101010111100010011111111111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395CE; }

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

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

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

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

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

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

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

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