#A883DB

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

Shades of Biloba Flower #A883DB

Tints of Biloba Flower #A883DB

Color information

#A883DB (or 0xA883DB) is unknown color: approx Biloba Flower. HEX triplet: A8, 83 and DB. RGB value is (168,131,219). Sum of RGB (Red+Green+Blue) = 168+131+219=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #A883DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883DB is #577C24. Grayscale: #979797. Windows color (decimal): -5733413 or 14386088. OLE color: 14386088.

HSL color Cylindrical-coordinate representation of color #A883DB: hue angle of 265.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A883DB is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168131219-
CMYK0.230.4000.14
HSL265.23º55%68.63%-
HSV(B)265.23º40.18%85.88%-
XYZ37.0529.6770.79-
YUV152.1165.76139.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 131 (51.56% from 255) = 25.29%
BLUE value IS 219 (85.94% from 255) = 42.28%
R=32.43%
G=25.29%
B=42.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681312190.230.4000.14265.235568.63
HexA883DB17280E1093745
Octal250203333275001641167105
Binary10101000100000111101101110111101000011101000010011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A883DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A883DB; }

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

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

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

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

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

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

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

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