#A993DA

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

Shades of Biloba Flower #A993DA

Tints of Biloba Flower #A993DA

Color information

#A993DA (or 0xA993DA) is unknown color: approx Biloba Flower. HEX triplet: A9, 93 and DA. RGB value is (169,147,218). Sum of RGB (Red+Green+Blue) = 169+147+218=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #A993DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993DA is #566C25. Grayscale: #A1A1A1. Windows color (decimal): -5663782 or 14324649. OLE color: 14324649.

HSL color Cylindrical-coordinate representation of color #A993DA: hue angle of 258.59º 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 #A993DA is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169147218-
CMYK0.220.3300.15
HSL258.59º48.97%71.57%-
HSV(B)258.59º32.57%85.49%-
XYZ39.4534.3670.88-
YUV161.67159.79133.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 218 (85.55% from 255) = 40.82%
R=31.65%
G=27.53%
B=40.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691472180.220.3300.15258.5948.9771.57
HexA993DA16210F1033148
Octal251223332264101740361110
Binary10101001100100111101101010110100001011111000000111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993DA; }

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

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

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

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

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

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

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

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