#A994D3

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

Shades of Biloba Flower #A994D3

Tints of Biloba Flower #A994D3

Color information

#A994D3 (or 0xA994D3) is unknown color: approx Biloba Flower. HEX triplet: A9, 94 and D3. RGB value is (169,148,211). Sum of RGB (Red+Green+Blue) = 169+148+211=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 211 - color contains mainly: blue. Hex color #A994D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994D3 is #566B2C. Grayscale: #A1A1A1. Windows color (decimal): -5663533 or 13866153. OLE color: 13866153.

HSL color Cylindrical-coordinate representation of color #A994D3: hue angle of 260º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A994D3 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB169148211-
CMYK0.200.3000.17
HSL260º41.72%70.39%-
HSV(B)260º29.86%82.75%-
XYZ38.7134.3266.21-
YUV161.46155.96133.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 211 (82.81% from 255) = 39.96%
R=32.01%
G=28.03%
B=39.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1691482110.200.3000.1726041.7270.39
HexA994D3141E0111042a46
Octal251224323243602140452106
Binary10101001100101001101001110100111100100011000001001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994D3; }

 p { color: rgb(169,148,211); }

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

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

 a { background-color: rgb(169,148,211); }

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

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

 span { border-color: rgb(169,148,211); }

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