#A28DD5

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

Shades of Biloba Flower #A28DD5

Tints of Biloba Flower #A28DD5

Color information

#A28DD5 (or 0xA28DD5) is unknown color: approx Biloba Flower. HEX triplet: A2, 8D and D5. RGB value is (162,141,213). Sum of RGB (Red+Green+Blue) = 162+141+213=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #A28DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DD5 is #5D722A. Grayscale: #9B9B9B. Windows color (decimal): -6124075 or 13995426. OLE color: 13995426.

HSL color Cylindrical-coordinate representation of color #A28DD5: hue angle of 257.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A28DD5 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162141213-
CMYK0.240.3400.16
HSL257.5º46.15%69.41%-
HSV(B)257.5º33.8%83.53%-
XYZ36.4431.5467.12-
YUV155.49160.46132.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.40%
GREEN value IS 141 (55.47% from 255) = 27.33%
BLUE value IS 213 (83.59% from 255) = 41.28%
R=31.40%
G=27.33%
B=41.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621412130.240.3400.16257.546.1569.41
HexA28DD518220101022e45
Octal242215325304202040256105
Binary101000101000110111010101110001000100100001000000101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DD5; }

 p { color: rgb(162,141,213); }

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

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

 a { background-color: rgb(162,141,213); }

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

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

 span { border-color: rgb(162,141,213); }

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