#A28DEC

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

Shades of Biloba Flower #A28DEC

Tints of Biloba Flower #A28DEC

Color information

#A28DEC (or 0xA28DEC) is unknown color: approx Biloba Flower. HEX triplet: A2, 8D and EC. RGB value is (162,141,236). Sum of RGB (Red+Green+Blue) = 162+141+236=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #A28DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28DEC is #5D7213. Grayscale: #9D9D9D. Windows color (decimal): -6124052 or 15502754. OLE color: 15502754.

HSL color Cylindrical-coordinate representation of color #A28DEC: hue angle of 253.26º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28DEC is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162141236-
CMYK0.310.4000.07
HSL253.26º71.43%73.92%-
HSV(B)253.26º40.25%92.55%-
XYZ39.5732.7983.6-
YUV158.11171.96130.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.06%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 236 (92.58% from 255) = 43.78%
R=30.06%
G=26.16%
B=43.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621412360.310.4000.07253.2671.4373.92
HexA28DEC1F2807fd474a
Octal242215354375007375107112
Binary1010001010001101111011001111110100001111111110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DEC; }

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

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

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

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

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

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

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

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