#A28FDE

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

Shades of Biloba Flower #A28FDE

Tints of Biloba Flower #A28FDE

Color information

#A28FDE (or 0xA28FDE) is unknown color: approx Biloba Flower. HEX triplet: A2, 8F and DE. RGB value is (162,143,222). Sum of RGB (Red+Green+Blue) = 162+143+222=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #A28FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FDE is #5D7021. Grayscale: #9D9D9D. Windows color (decimal): -6123554 or 14585762. OLE color: 14585762.

HSL color Cylindrical-coordinate representation of color #A28FDE: hue angle of 254.43º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A28FDE is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162143222-
CMYK0.270.3600.13
HSL254.43º54.48%71.57%-
HSV(B)254.43º35.59%87.06%-
XYZ37.9132.673.4-
YUV157.69164.29131.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.74%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=30.74%
G=27.13%
B=42.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621432220.270.3600.13254.4354.4871.57
HexA28FDE1B240Dfe3648
Octal242217336334401537666110
Binary1010001010001111110111101101110010001101111111101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FDE; }

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

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

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

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

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

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

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

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