#A385DC

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

Shades of Biloba Flower #A385DC

Tints of Biloba Flower #A385DC

Color information

#A385DC (or 0xA385DC) is unknown color: approx Biloba Flower. HEX triplet: A3, 85 and DC. RGB value is (163,133,220). Sum of RGB (Red+Green+Blue) = 163+133+220=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #A385DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385DC is #5C7A23. Grayscale: #979797. Windows color (decimal): -6060580 or 14452131. OLE color: 14452131.

HSL color Cylindrical-coordinate representation of color #A385DC: hue angle of 260.69º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A385DC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163133220-
CMYK0.260.4000.14
HSL260.69º55.41%69.22%-
HSV(B)260.69º39.55%86.27%-
XYZ36.4129.7371.53-
YUV151.89166.44135.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.59%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=31.59%
G=25.78%
B=42.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631332200.260.4000.14260.6955.4169.22
HexA385DC1A280E1053745
Octal243205334325001640567105
Binary10100011100001011101110011010101000011101000001011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385DC; }

 p { color: rgb(163,133,220); }

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

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

 a { background-color: rgb(163,133,220); }

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

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

 span { border-color: rgb(163,133,220); }

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