#A28EDF

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

Shades of Biloba Flower #A28EDF

Tints of Biloba Flower #A28EDF

Color information

#A28EDF (or 0xA28EDF) is unknown color: approx Biloba Flower. HEX triplet: A2, 8E and DF. RGB value is (162,142,223). Sum of RGB (Red+Green+Blue) = 162+142+223=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #A28EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EDF is #5D7120. Grayscale: #9C9C9C. Windows color (decimal): -6123809 or 14651042. OLE color: 14651042.

HSL color Cylindrical-coordinate representation of color #A28EDF: hue angle of 254.81º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A28EDF is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162142223-
CMYK0.270.3600.13
HSL254.81º55.86%71.57%-
HSV(B)254.81º36.32%87.45%-
XYZ37.8932.3674.06-
YUV157.21165.13131.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.74%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 223 (87.5% from 255) = 42.31%
R=30.74%
G=26.94%
B=42.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621422230.270.3600.13254.8155.8671.57
HexA28EDF1B240Dff3848
Octal242216337334401537770110
Binary1010001010001110110111111101110010001101111111111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28EDF; }

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

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

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

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

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

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

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

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