#A885E4

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

Shades of Biloba Flower #A885E4

Tints of Biloba Flower #A885E4

Color information

#A885E4 (or 0xA885E4) is unknown color: approx Biloba Flower. HEX triplet: A8, 85 and E4. RGB value is (168,133,228). Sum of RGB (Red+Green+Blue) = 168+133+228=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #A885E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885E4 is #577A1B. Grayscale: #999999. Windows color (decimal): -5732892 or 14976424. OLE color: 14976424.

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

Color convert

RGB168133228-
CMYK0.260.4200.11
HSL262.11º63.76%70.78%-
HSV(B)262.11º41.67%89.41%-
XYZ38.5430.777.29-
YUV154.29169.6137.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 228 (89.45% from 255) = 43.10%
R=31.76%
G=25.14%
B=43.10%

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
Decimal1681332280.260.4200.11262.1163.7670.78
HexA885E41A2A0B1064047
Octal2502053443252013406100107
Binary101010001000010111100100110101010100101110000011010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885E4; }

 p { color: rgb(168,133,228); }

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

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

 a { background-color: rgb(168,133,228); }

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

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

 span { border-color: rgb(168,133,228); }

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