#A284D8

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

Shades of Biloba Flower #A284D8

Tints of Biloba Flower #A284D8

Color information

#A284D8 (or 0xA284D8) is unknown color: approx Biloba Flower. HEX triplet: A2, 84 and D8. RGB value is (162,132,216). Sum of RGB (Red+Green+Blue) = 162+132+216=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #A284D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284D8 is #5D7B27. Grayscale: #969696. Windows color (decimal): -6126376 or 14189730. OLE color: 14189730.

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

Color convert

RGB162132216-
CMYK0.250.3900.15
HSL261.43º51.85%68.24%-
HSV(B)261.43º38.89%84.71%-
XYZ35.5529.1468.72-
YUV150.55164.94136.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 132 (51.95% from 255) = 25.88%
BLUE value IS 216 (84.77% from 255) = 42.35%
R=31.76%
G=25.88%
B=42.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1621322160.250.3900.15261.4351.8568.24
HexA284D819270F1053444
Octal242204330314701740564104
Binary10100010100001001101100011001100111011111000001011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A284D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A284D8; }

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

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

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

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

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

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

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

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