#A883D9

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

Shades of Biloba Flower #A883D9

Tints of Biloba Flower #A883D9

Color information

#A883D9 (or 0xA883D9) is unknown color: approx Biloba Flower. HEX triplet: A8, 83 and D9. RGB value is (168,131,217). Sum of RGB (Red+Green+Blue) = 168+131+217=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #A883D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883D9 is #577C26. Grayscale: #979797. Windows color (decimal): -5733415 or 14255016. OLE color: 14255016.

HSL color Cylindrical-coordinate representation of color #A883D9: hue angle of 265.81º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A883D9 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168131217-
CMYK0.230.4000.15
HSL265.81º53.09%68.24%-
HSV(B)265.81º39.63%85.1%-
XYZ36.7929.5769.41-
YUV151.87164.76139.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 131 (51.56% from 255) = 25.39%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=32.56%
G=25.39%
B=42.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681312170.230.4000.15265.8153.0968.24
HexA883D917280F10a3544
Octal250203331275001741265104
Binary10101000100000111101100110111101000011111000010101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A883D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A883D9; }

 p { color: rgb(168,131,217); }

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

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

 a { background-color: rgb(168,131,217); }

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

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

 span { border-color: rgb(168,131,217); }

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