#A28CDD

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

Shades of Biloba Flower #A28CDD

Tints of Biloba Flower #A28CDD

Color information

#A28CDD (or 0xA28CDD) is unknown color: approx Biloba Flower. HEX triplet: A2, 8C and DD. RGB value is (162,140,221). Sum of RGB (Red+Green+Blue) = 162+140+221=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #A28CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CDD is #5D7322. Grayscale: #9B9B9B. Windows color (decimal): -6124323 or 14519458. OLE color: 14519458.

HSL color Cylindrical-coordinate representation of color #A28CDD: hue angle of 256.3º degrees, saturation: 0.54, 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 #A28CDD is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162140221-
CMYK0.270.3700.13
HSL256.3º54.36%70.78%-
HSV(B)256.3º36.65%86.67%-
XYZ37.3331.6672.55-
YUV155.81164.79132.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.98%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 221 (86.72% from 255) = 42.26%
R=30.98%
G=26.77%
B=42.26%

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
Decimal1621402210.270.3700.13256.354.3670.78
HexA28CDD1B250D1003647
Octal242214335334501540066107
Binary10100010100011001101110111011100101011011000000001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28CDD; }

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

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

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

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

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

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

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

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