#A28DDF

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

Shades of Biloba Flower #A28DDF

Tints of Biloba Flower #A28DDF

Color information

#A28DDF (or 0xA28DDF) is unknown color: approx Biloba Flower. HEX triplet: A2, 8D and DF. RGB value is (162,141,223). Sum of RGB (Red+Green+Blue) = 162+141+223=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #A28DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DDF is #5D7220. Grayscale: #9C9C9C. Windows color (decimal): -6124065 or 14650786. OLE color: 14650786.

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

Color convert

RGB162141223-
CMYK0.270.3700.13
HSL255.37º56.16%71.37%-
HSV(B)255.37º36.77%87.45%-
XYZ37.7432.0674.01-
YUV156.63165.46131.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.80%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 223 (87.5% from 255) = 42.40%
R=30.80%
G=26.81%
B=42.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621412230.270.3700.13255.3756.1671.37
HexA28DDF1B250Dff3847
Octal242215337334501537770107
Binary1010001010001101110111111101110010101101111111111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DDF; }

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

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

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

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

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

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

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

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