#A893DA

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

Shades of Biloba Flower #A893DA

Tints of Biloba Flower #A893DA

Color information

#A893DA (or 0xA893DA) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and DA. RGB value is (168,147,218). Sum of RGB (Red+Green+Blue) = 168+147+218=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #A893DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893DA is #576C25. Grayscale: #A1A1A1. Windows color (decimal): -5729318 or 14324648. OLE color: 14324648.

HSL color Cylindrical-coordinate representation of color #A893DA: hue angle of 257.75º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A893DA is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168147218-
CMYK0.230.3300.15
HSL257.75º48.97%71.57%-
HSV(B)257.75º32.57%85.49%-
XYZ39.2434.2570.87-
YUV161.37159.96132.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 147 (57.81% from 255) = 27.58%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=31.52%
G=27.58%
B=40.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681472180.230.3300.15257.7548.9771.57
HexA893DA17210F1023148
Octal250223332274101740261110
Binary10101000100100111101101010111100001011111000000101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893DA; }

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

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

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

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

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

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

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

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