#A285D7

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

Shades of Biloba Flower #A285D7

Tints of Biloba Flower #A285D7

Color information

#A285D7 (or 0xA285D7) is unknown color: approx Biloba Flower. HEX triplet: A2, 85 and D7. RGB value is (162,133,215). Sum of RGB (Red+Green+Blue) = 162+133+215=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #A285D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285D7 is #5D7A28. Grayscale: #969696. Windows color (decimal): -6126121 or 14124450. OLE color: 14124450.

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

Color convert

RGB162133215-
CMYK0.250.3800.16
HSL261.22º50.62%68.24%-
HSV(B)261.22º38.14%84.31%-
XYZ35.5529.3668.08-
YUV151.02164.11135.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 215 (84.38% from 255) = 42.16%
R=31.76%
G=26.08%
B=42.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621332150.250.3800.16261.2250.6268.24
HexA285D719260101053344
Octal242205327314602040563104
Binary101000101000010111010111110011001100100001000001011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285D7; }

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

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

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

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

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

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

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

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