#A882E1

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

Shades of Biloba Flower #A882E1

Tints of Biloba Flower #A882E1

Color information

#A882E1 (or 0xA882E1) is unknown color: approx Biloba Flower. HEX triplet: A8, 82 and E1. RGB value is (168,130,225). Sum of RGB (Red+Green+Blue) = 168+130+225=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #A882E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882E1 is #577D1E. Grayscale: #979797. Windows color (decimal): -5733663 or 14779048. OLE color: 14779048.

HSL color Cylindrical-coordinate representation of color #A882E1: hue angle of 264º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A882E1 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB168130225-
CMYK0.250.4200.12
HSL264º61.29%69.61%-
HSV(B)264º42.22%88.24%-
XYZ37.7229.7374.98-
YUV152.19169.09139.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 130 (51.17% from 255) = 24.86%
BLUE value IS 225 (88.28% from 255) = 43.02%
R=32.12%
G=24.86%
B=43.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1681302250.250.4200.1226461.2969.61
HexA882E1192A0C1083d46
Octal250202341315201441075106
Binary10101000100000101110000111001101010011001000010001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882E1; }

 p { color: rgb(168,130,225); }

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

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

 a { background-color: rgb(168,130,225); }

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

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

 span { border-color: rgb(168,130,225); }

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