#A285DA

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

Shades of Biloba Flower #A285DA

Tints of Biloba Flower #A285DA

Color information

#A285DA (or 0xA285DA) is unknown color: approx Biloba Flower. HEX triplet: A2, 85 and DA. RGB value is (162,133,218). Sum of RGB (Red+Green+Blue) = 162+133+218=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #A285DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285DA is #5D7A25. Grayscale: #979797. Windows color (decimal): -6126118 or 14321058. OLE color: 14321058.

HSL color Cylindrical-coordinate representation of color #A285DA: hue angle of 260.47º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A285DA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB162133218-
CMYK0.260.3900.15
HSL260.47º53.46%68.82%-
HSV(B)260.47º38.99%85.49%-
XYZ35.9429.5270.13-
YUV151.36165.61135.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.58%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=31.58%
G=25.93%
B=42.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1621332180.260.3900.15260.4753.4668.82
HexA285DA1A270F1043545
Octal242205332324701740465105
Binary10100010100001011101101011010100111011111000001001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285DA; }

 p { color: rgb(162,133,218); }

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

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

 a { background-color: rgb(162,133,218); }

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

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

 span { border-color: rgb(162,133,218); }

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