#A982E4

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

Shades of Biloba Flower #A982E4

Tints of Biloba Flower #A982E4

Color information

#A982E4 (or 0xA982E4) is unknown color: approx Biloba Flower. HEX triplet: A9, 82 and E4. RGB value is (169,130,228). Sum of RGB (Red+Green+Blue) = 169+130+228=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 228 - color contains mainly: blue. Hex color #A982E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982E4 is #567D1B. Grayscale: #989898. Windows color (decimal): -5668124 or 14975657. OLE color: 14975657.

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

Color convert

RGB169130228-
CMYK0.260.4300.11
HSL263.88º64.47%70.2%-
HSV(B)263.88º42.98%89.41%-
XYZ38.353077.17-
YUV152.83170.42139.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.07%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 228 (89.45% from 255) = 43.26%
R=32.07%
G=24.67%
B=43.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691302280.260.4300.11263.8864.4770.2
HexA982E41A2B0B1084046
Octal2512023443253013410100106
Binary101010011000001011100100110101010110101110000100010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A982E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A982E4; }

 p { color: rgb(169,130,228); }

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

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

 a { background-color: rgb(169,130,228); }

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

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

 span { border-color: rgb(169,130,228); }

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