#A28FDD

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

Shades of Biloba Flower #A28FDD

Tints of Biloba Flower #A28FDD

Color information

#A28FDD (or 0xA28FDD) is unknown color: approx Biloba Flower. HEX triplet: A2, 8F and DD. RGB value is (162,143,221). Sum of RGB (Red+Green+Blue) = 162+143+221=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #A28FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FDD is #5D7022. Grayscale: #9D9D9D. Windows color (decimal): -6123555 or 14520226. OLE color: 14520226.

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

Color convert

RGB162143221-
CMYK0.270.3500.13
HSL254.62º53.42%71.37%-
HSV(B)254.62º35.29%86.67%-
XYZ37.7732.5572.7-
YUV157.57163.79131.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.80%
GREEN value IS 143 (56.25% from 255) = 27.19%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=30.80%
G=27.19%
B=42.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621432210.270.3500.13254.6253.4271.37
HexA28FDD1B230Dff3547
Octal242217335334301537765107
Binary1010001010001111110111011101110001101101111111111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FDD; }

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

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

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

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

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

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

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

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