#A983DD

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

Shades of Biloba Flower #A983DD

Tints of Biloba Flower #A983DD

Color information

#A983DD (or 0xA983DD) is unknown color: approx Biloba Flower. HEX triplet: A9, 83 and DD. RGB value is (169,131,221). Sum of RGB (Red+Green+Blue) = 169+131+221=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #A983DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983DD is #567C22. Grayscale: #989898. Windows color (decimal): -5667875 or 14517161. OLE color: 14517161.

HSL color Cylindrical-coordinate representation of color #A983DD: hue angle of 265.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A983DD is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169131221-
CMYK0.240.4100.13
HSL265.33º56.96%69.02%-
HSV(B)265.33º40.72%86.67%-
XYZ37.5329.8972.2-
YUV152.62166.59139.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.44%
GREEN value IS 131 (51.56% from 255) = 25.14%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=32.44%
G=25.14%
B=42.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691312210.240.4100.13265.3356.9669.02
HexA983DD18290D1093945
Octal251203335305101541171105
Binary10101001100000111101110111000101001011011000010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983DD; }

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

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

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

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

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

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

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

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