#A893DE

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

Shades of Biloba Flower #A893DE

Tints of Biloba Flower #A893DE

Color information

#A893DE (or 0xA893DE) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and DE. RGB value is (168,147,222). Sum of RGB (Red+Green+Blue) = 168+147+222=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #A893DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893DE is #576C21. Grayscale: #A1A1A1. Windows color (decimal): -5729314 or 14586792. OLE color: 14586792.

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

Color convert

RGB168147222-
CMYK0.240.3400.13
HSL256.8º53.19%72.35%-
HSV(B)256.8º33.78%87.06%-
XYZ39.7734.4773.66-
YUV161.83161.96132.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=31.28%
G=27.37%
B=41.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681472220.240.3400.13256.853.1972.35
HexA893DE18220D1013548
Octal250223336304201540165110
Binary10101000100100111101111011000100010011011000000011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893DE; }

 p { color: rgb(168,147,222); }

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

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

 a { background-color: rgb(168,147,222); }

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

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

 span { border-color: rgb(168,147,222); }

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