#A28FEF

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

Shades of Biloba Flower #A28FEF

Tints of Biloba Flower #A28FEF

Color information

#A28FEF (or 0xA28FEF) is unknown color: approx Biloba Flower. HEX triplet: A2, 8F and EF. RGB value is (162,143,239). Sum of RGB (Red+Green+Blue) = 162+143+239=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #A28FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28FEF is #5D7010. Grayscale: #9F9F9F. Windows color (decimal): -6123537 or 15699874. OLE color: 15699874.

HSL color Cylindrical-coordinate representation of color #A28FEF: hue angle of 251.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28FEF is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB162143239-
CMYK0.320.4000.06
HSL251.88º75%74.9%-
HSV(B)251.88º40.17%93.73%-
XYZ40.333.5686.01-
YUV159.62172.79129.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.78%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 239 (93.75% from 255) = 43.93%
R=29.78%
G=26.29%
B=43.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1621432390.320.4000.06251.887574.9
HexA28FEF202806fc4b4b
Octal242217357405006374113113
Binary10100010100011111110111110000010100001101111110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FEF; }

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

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

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

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

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

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

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

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