#A885E6

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

Shades of Biloba Flower #A885E6

Tints of Biloba Flower #A885E6

Color information

#A885E6 (or 0xA885E6) is unknown color: approx Biloba Flower. HEX triplet: A8, 85 and E6. RGB value is (168,133,230). Sum of RGB (Red+Green+Blue) = 168+133+230=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #A885E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885E6 is #577A19. Grayscale: #9A9A9A. Windows color (decimal): -5732890 or 15107496. OLE color: 15107496.

HSL color Cylindrical-coordinate representation of color #A885E6: hue angle of 261.65º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A885E6 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB168133230-
CMYK0.270.4200.10
HSL261.65º65.99%71.18%-
HSV(B)261.65º42.17%90.2%-
XYZ38.8230.8178.76-
YUV154.52170.6137.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 133 (52.34% from 255) = 25.05%
BLUE value IS 230 (90.23% from 255) = 43.31%
R=31.64%
G=25.05%
B=43.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1681332300.270.4200.10261.6565.9971.18
HexA885E61B2A0A1064247
Octal2502053463352012406102107
Binary101010001000010111100110110111010100101010000011010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885E6; }

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

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

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

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

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

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

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

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