#A395CD

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

Shades of Biloba Flower #A395CD

Tints of Biloba Flower #A395CD

Color information

#A395CD (or 0xA395CD) is unknown color: approx Biloba Flower. HEX triplet: A3, 95 and CD. RGB value is (163,149,205). Sum of RGB (Red+Green+Blue) = 163+149+205=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #A395CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395CD is #5C6A32. Grayscale: #9F9F9F. Windows color (decimal): -6056499 or 13473187. OLE color: 13473187.

HSL color Cylindrical-coordinate representation of color #A395CD: hue angle of 255º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A395CD is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163149205-
CMYK0.200.2700.20
HSL255º35.9%69.41%-
HSV(B)255º27.32%80.39%-
XYZ36.8733.6962.32-
YUV159.57153.64130.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.53%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=31.53%
G=28.82%
B=39.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631492050.200.2700.2025535.969.41
HexA395CD141B014ff2445
Octal243225315243302437744105
Binary1010001110010101110011011010011011010100111111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395CD; }

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

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

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

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

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

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

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

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