#A993DB

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

Shades of Biloba Flower #A993DB

Tints of Biloba Flower #A993DB

Color information

#A993DB (or 0xA993DB) is unknown color: approx Biloba Flower. HEX triplet: A9, 93 and DB. RGB value is (169,147,219). Sum of RGB (Red+Green+Blue) = 169+147+219=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #A993DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993DB is #566C24. Grayscale: #A1A1A1. Windows color (decimal): -5663781 or 14390185. OLE color: 14390185.

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

Color convert

RGB169147219-
CMYK0.230.3300.14
HSL258.33º50%71.76%-
HSV(B)258.33º32.88%85.88%-
XYZ39.5834.4271.57-
YUV161.79160.29133.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 147 (57.81% from 255) = 27.48%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=31.59%
G=27.48%
B=40.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691472190.230.3300.14258.335071.76
HexA993DB17210E1023248
Octal251223333274101640262110
Binary10101001100100111101101110111100001011101000000101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993DB; }

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

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

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

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

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

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

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

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