#A883E3

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

Shades of Biloba Flower #A883E3

Tints of Biloba Flower #A883E3

Color information

#A883E3 (or 0xA883E3) is unknown color: approx Biloba Flower. HEX triplet: A8, 83 and E3. RGB value is (168,131,227). Sum of RGB (Red+Green+Blue) = 168+131+227=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 227 - color contains mainly: blue. Hex color #A883E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883E3 is #577C1C. Grayscale: #989898. Windows color (decimal): -5733405 or 14910376. OLE color: 14910376.

HSL color Cylindrical-coordinate representation of color #A883E3: hue angle of 263.12º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A883E3 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168131227-
CMYK0.260.4200.11
HSL263.12º63.16%70.2%-
HSV(B)263.12º42.29%89.02%-
XYZ38.1330.176.47-
YUV153.01169.76138.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.94%
GREEN value IS 131 (51.56% from 255) = 24.90%
BLUE value IS 227 (89.06% from 255) = 43.16%
R=31.94%
G=24.90%
B=43.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681312270.260.4200.11263.1263.1670.2
HexA883E31A2A0B1073f46
Octal250203343325201340777106
Binary10101000100000111110001111010101010010111000001111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A883E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A883E3; }

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

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

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

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

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

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

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

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