#A983D6

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

Shades of Biloba Flower #A983D6

Tints of Biloba Flower #A983D6

Color information

#A983D6 (or 0xA983D6) is unknown color: approx Biloba Flower. HEX triplet: A9, 83 and D6. RGB value is (169,131,214). Sum of RGB (Red+Green+Blue) = 169+131+214=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #A983D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983D6 is #567C29. Grayscale: #979797. Windows color (decimal): -5667882 or 14058409. OLE color: 14058409.

HSL color Cylindrical-coordinate representation of color #A983D6: hue angle of 267.47º degrees, saturation: 0.5, 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 #A983D6 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169131214-
CMYK0.210.3900.16
HSL267.47º50.3%67.65%-
HSV(B)267.47º38.79%83.92%-
XYZ36.6229.5267.39-
YUV151.82163.09140.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 131 (51.56% from 255) = 25.49%
BLUE value IS 214 (83.98% from 255) = 41.63%
R=32.88%
G=25.49%
B=41.63%

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
Decimal1691312140.210.3900.16267.4750.367.65
HexA983D6152701010b3244
Octal251203326254702041362104
Binary101010011000001111010110101011001110100001000010111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983D6; }

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

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

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

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

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

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

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

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