#A883DA

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

Shades of Biloba Flower #A883DA

Tints of Biloba Flower #A883DA

Color information

#A883DA (or 0xA883DA) is unknown color: approx Biloba Flower. HEX triplet: A8, 83 and DA. RGB value is (168,131,218). Sum of RGB (Red+Green+Blue) = 168+131+218=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #A883DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883DA is #577C25. Grayscale: #979797. Windows color (decimal): -5733414 or 14320552. OLE color: 14320552.

HSL color Cylindrical-coordinate representation of color #A883DA: hue angle of 265.52º degrees, saturation: 0.54, 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 #A883DA is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168131218-
CMYK0.230.4000.15
HSL265.52º54.04%68.43%-
HSV(B)265.52º39.91%85.49%-
XYZ36.9229.6270.1-
YUV151.98165.26139.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 131 (51.56% from 255) = 25.34%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=32.50%
G=25.34%
B=42.17%

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
Decimal1681312180.230.4000.15265.5254.0468.43
HexA883DA17280F10a3644
Octal250203332275001741266104
Binary10101000100000111101101010111101000011111000010101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A883DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A883DA; }

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

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

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

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

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

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

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

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