#A983D7

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

Shades of Biloba Flower #A983D7

Tints of Biloba Flower #A983D7

Color information

#A983D7 (or 0xA983D7) is unknown color: approx Biloba Flower. HEX triplet: A9, 83 and D7. RGB value is (169,131,215). Sum of RGB (Red+Green+Blue) = 169+131+215=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #A983D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983D7 is #567C28. Grayscale: #979797. Windows color (decimal): -5667881 or 14123945. OLE color: 14123945.

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

Color convert

RGB169131215-
CMYK0.210.3900.16
HSL267.14º51.22%67.84%-
HSV(B)267.14º39.07%84.31%-
XYZ36.7429.5768.06-
YUV151.94163.59140.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 215 (84.38% from 255) = 41.75%
R=32.82%
G=25.44%
B=41.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691312150.210.3900.16267.1451.2267.84
HexA983D7152701010b3344
Octal251203327254702041363104
Binary101010011000001111010111101011001110100001000010111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983D7; }

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

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

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

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

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

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

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

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