#A893CE

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

Shades of Biloba Flower #A893CE

Tints of Biloba Flower #A893CE

Color information

#A893CE (or 0xA893CE) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and CE. RGB value is (168,147,206). Sum of RGB (Red+Green+Blue) = 168+147+206=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #A893CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893CE is #576C31. Grayscale: #9F9F9F. Windows color (decimal): -5729330 or 13538216. OLE color: 13538216.

HSL color Cylindrical-coordinate representation of color #A893CE: hue angle of 261.36º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A893CE is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168147206-
CMYK0.180.2900.19
HSL261.36º37.58%69.22%-
HSV(B)261.36º28.64%80.78%-
XYZ37.7233.6562.9-
YUV160.01153.96133.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=32.25%
G=28.21%
B=39.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681472060.180.2900.19261.3637.5869.22
HexA893CE121D0131052645
Octal250223316223502340546105
Binary10101000100100111100111010010111010100111000001011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893CE; }

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

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

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

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

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

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

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

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