#A883DC

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

Shades of Biloba Flower #A883DC

Tints of Biloba Flower #A883DC

Color information

#A883DC (or 0xA883DC) is unknown color: approx Biloba Flower. HEX triplet: A8, 83 and DC. RGB value is (168,131,220). Sum of RGB (Red+Green+Blue) = 168+131+220=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #A883DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883DC is #577C23. Grayscale: #979797. Windows color (decimal): -5733412 or 14451624. OLE color: 14451624.

HSL color Cylindrical-coordinate representation of color #A883DC: hue angle of 264.94º degrees, saturation: 0.56, 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 #A883DC is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168131220-
CMYK0.240.4000.14
HSL264.94º55.97%68.82%-
HSV(B)264.94º40.45%86.27%-
XYZ37.1829.7271.49-
YUV152.21166.26139.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 131 (51.56% from 255) = 25.24%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=32.37%
G=25.24%
B=42.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681312200.240.4000.14264.9455.9768.82
HexA883DC18280E1093845
Octal250203334305001641170105
Binary10101000100000111101110011000101000011101000010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A883DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A883DC; }

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

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

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

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

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

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

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

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