#A885E2

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

Shades of Biloba Flower #A885E2

Tints of Biloba Flower #A885E2

Color information

#A885E2 (or 0xA885E2) is unknown color: approx Biloba Flower. HEX triplet: A8, 85 and E2. RGB value is (168,133,226). Sum of RGB (Red+Green+Blue) = 168+133+226=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 226 - color contains mainly: blue. Hex color #A885E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885E2 is #577A1D. Grayscale: #999999. Windows color (decimal): -5732894 or 14845352. OLE color: 14845352.

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

Color convert

RGB168133226-
CMYK0.260.4100.11
HSL262.58º61.59%70.39%-
HSV(B)262.58º41.15%88.63%-
XYZ38.2630.5975.84-
YUV154.07168.6137.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 226 (88.67% from 255) = 42.88%
R=31.88%
G=25.24%
B=42.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681332260.260.4100.11262.5861.5970.39
HexA885E21A290B1073e46
Octal250205342325101340776106
Binary10101000100001011110001011010101001010111000001111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885E2; }

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

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

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

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

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

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

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

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