#A983D5

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

Shades of Biloba Flower #A983D5

Tints of Biloba Flower #A983D5

Color information

#A983D5 (or 0xA983D5) is unknown color: approx Biloba Flower. HEX triplet: A9, 83 and D5. RGB value is (169,131,213). Sum of RGB (Red+Green+Blue) = 169+131+213=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #A983D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983D5 is #567C2A. Grayscale: #979797. Windows color (decimal): -5667883 or 13992873. OLE color: 13992873.

HSL color Cylindrical-coordinate representation of color #A983D5: hue angle of 267.8º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A983D5 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169131213-
CMYK0.210.3800.16
HSL267.8º49.4%67.45%-
HSV(B)267.8º38.5%83.53%-
XYZ36.4929.4766.72-
YUV151.71162.59140.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 131 (51.56% from 255) = 25.54%
BLUE value IS 213 (83.59% from 255) = 41.52%
R=32.94%
G=25.54%
B=41.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691312130.210.3800.16267.849.467.45
HexA983D5152601010c3143
Octal251203325254602041461103
Binary101010011000001111010101101011001100100001000011001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983D5; }

 p { color: rgb(169,131,213); }

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

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

 a { background-color: rgb(169,131,213); }

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

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

 span { border-color: rgb(169,131,213); }

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