#A883DD

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

Shades of Biloba Flower #A883DD

Tints of Biloba Flower #A883DD

Color information

#A883DD (or 0xA883DD) is unknown color: approx Biloba Flower. HEX triplet: A8, 83 and DD. RGB value is (168,131,221). Sum of RGB (Red+Green+Blue) = 168+131+221=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #A883DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883DD is #577C22. Grayscale: #989898. Windows color (decimal): -5733411 or 14517160. OLE color: 14517160.

HSL color Cylindrical-coordinate representation of color #A883DD: hue angle of 264.67º 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 #A883DD is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168131221-
CMYK0.240.4100.13
HSL264.67º56.96%69.02%-
HSV(B)264.67º40.72%86.67%-
XYZ37.3229.7872.19-
YUV152.32166.76139.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.31%
GREEN value IS 131 (51.56% from 255) = 25.19%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=32.31%
G=25.19%
B=42.5%

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
Decimal1681312210.240.4100.13264.6756.9669.02
HexA883DD18290D1093945
Octal250203335305101541171105
Binary10101000100000111101110111000101001011011000010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A883DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A883DD; }

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

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

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

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

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

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

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

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