#A28ECF

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

Shades of Biloba Flower #A28ECF

Tints of Biloba Flower #A28ECF

Color information

#A28ECF (or 0xA28ECF) is unknown color: approx Biloba Flower. HEX triplet: A2, 8E and CF. RGB value is (162,142,207). Sum of RGB (Red+Green+Blue) = 162+142+207=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #A28ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ECF is #5D7130. Grayscale: #9B9B9B. Windows color (decimal): -6123825 or 13602466. OLE color: 13602466.

HSL color Cylindrical-coordinate representation of color #A28ECF: hue angle of 258.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28ECF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162142207-
CMYK0.220.3100.19
HSL258.46º40.37%68.43%-
HSV(B)258.46º31.4%81.18%-
XYZ35.8431.5363.23-
YUV155.39157.13132.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 207 (81.25% from 255) = 40.51%
R=31.70%
G=27.79%
B=40.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621422070.220.3100.19258.4640.3768.43
HexA28ECF161F0131022844
Octal242216317263702340250104
Binary10100010100011101100111110110111110100111000000101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28ECF; }

 p { color: rgb(162,142,207); }

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

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

 a { background-color: rgb(162,142,207); }

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

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

 span { border-color: rgb(162,142,207); }

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