#A28FF1

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

Shades of Biloba Flower #A28FF1

Tints of Biloba Flower #A28FF1

Color information

#A28FF1 (or 0xA28FF1) is unknown color: approx Biloba Flower. HEX triplet: A2, 8F and F1. RGB value is (162,143,241). Sum of RGB (Red+Green+Blue) = 162+143+241=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #A28FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28FF1 is #5D700E. Grayscale: #9F9F9F. Windows color (decimal): -6123535 or 15830946. OLE color: 15830946.

HSL color Cylindrical-coordinate representation of color #A28FF1: hue angle of 251.63º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A28FF1 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162143241-
CMYK0.330.4100.05
HSL251.63º77.78%75.29%-
HSV(B)251.63º40.66%94.51%-
XYZ40.633.6887.58-
YUV159.85173.79129.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.67%
GREEN value IS 143 (56.25% from 255) = 26.19%
BLUE value IS 241 (94.53% from 255) = 44.14%
R=29.67%
G=26.19%
B=44.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621432410.330.4100.05251.6377.7875.29
HexA28FF1212905fc4e4b
Octal242217361415105374116113
Binary10100010100011111111000110000110100101011111110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FF1; }

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

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

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

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

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

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

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

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