#A28FDC

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

Shades of Biloba Flower #A28FDC

Tints of Biloba Flower #A28FDC

Color information

#A28FDC (or 0xA28FDC) is unknown color: approx Biloba Flower. HEX triplet: A2, 8F and DC. RGB value is (162,143,220). Sum of RGB (Red+Green+Blue) = 162+143+220=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #A28FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FDC is #5D7023. Grayscale: #9D9D9D. Windows color (decimal): -6123556 or 14454690. OLE color: 14454690.

HSL color Cylindrical-coordinate representation of color #A28FDC: hue angle of 254.81º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A28FDC is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162143220-
CMYK0.260.3500.14
HSL254.81º52.38%71.18%-
HSV(B)254.81º35%86.27%-
XYZ37.6432.4972-
YUV157.46163.29131.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=30.86%
G=27.24%
B=41.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621432200.260.3500.14254.8152.3871.18
HexA28FDC1A230Eff3447
Octal242217334324301637764107
Binary1010001010001111110111001101010001101110111111111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FDC; }

 p { color: rgb(162,143,220); }

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

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

 a { background-color: rgb(162,143,220); }

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

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

 span { border-color: rgb(162,143,220); }

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