#A880D8

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

Shades of Biloba Flower #A880D8

Tints of Biloba Flower #A880D8

Color information

#A880D8 (or 0xA880D8) is unknown color: approx Biloba Flower. HEX triplet: A8, 80 and D8. RGB value is (168,128,216). Sum of RGB (Red+Green+Blue) = 168+128+216=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #A880D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880D8 is #577F27. Grayscale: #959595. Windows color (decimal): -5734184 or 14188712. OLE color: 14188712.

HSL color Cylindrical-coordinate representation of color #A880D8: hue angle of 267.27º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A880D8 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168128216-
CMYK0.220.4100.15
HSL267.27º53.01%67.45%-
HSV(B)267.27º40.74%84.71%-
XYZ36.2628.7268.6-
YUV149.99165.25140.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.81%
GREEN value IS 128 (50.39% from 255) = 25%
BLUE value IS 216 (84.77% from 255) = 42.19%
R=32.81%
G=25%
B=42.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681282160.220.4100.15267.2753.0167.45
HexA880D816290F10b3543
Octal250200330265101741365103
Binary10101000100000001101100010110101001011111000010111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880D8; }

 p { color: rgb(168,128,216); }

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

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

 a { background-color: rgb(168,128,216); }

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

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

 span { border-color: rgb(168,128,216); }

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