#A285D8

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

Shades of Biloba Flower #A285D8

Tints of Biloba Flower #A285D8

Color information

#A285D8 (or 0xA285D8) is unknown color: approx Biloba Flower. HEX triplet: A2, 85 and D8. RGB value is (162,133,216). Sum of RGB (Red+Green+Blue) = 162+133+216=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #A285D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285D8 is #5D7A27. Grayscale: #969696. Windows color (decimal): -6126120 or 14189986. OLE color: 14189986.

HSL color Cylindrical-coordinate representation of color #A285D8: hue angle of 260.96º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A285D8 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB162133216-
CMYK0.250.3800.15
HSL260.96º51.55%68.43%-
HSV(B)260.96º38.43%84.71%-
XYZ35.6829.4168.76-
YUV151.13164.61135.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 133 (52.34% from 255) = 26.03%
BLUE value IS 216 (84.77% from 255) = 42.27%
R=31.70%
G=26.03%
B=42.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1621332160.250.3800.15260.9651.5568.43
HexA285D819260F1053444
Octal242205330314601740564104
Binary10100010100001011101100011001100110011111000001011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285D8; }

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

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

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

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

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

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

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

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