#A982E6

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

Shades of Biloba Flower #A982E6

Tints of Biloba Flower #A982E6

Color information

#A982E6 (or 0xA982E6) is unknown color: approx Biloba Flower. HEX triplet: A9, 82 and E6. RGB value is (169,130,230). Sum of RGB (Red+Green+Blue) = 169+130+230=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #A982E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A982E6 is #567D19. Grayscale: #989898. Windows color (decimal): -5668122 or 15106729. OLE color: 15106729.

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

Color convert

RGB169130230-
CMYK0.270.4300.10
HSL263.4º66.67%70.59%-
HSV(B)263.4º43.48%90.2%-
XYZ38.6330.1178.64-
YUV153.06171.42139.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 130 (51.17% from 255) = 24.57%
BLUE value IS 230 (90.23% from 255) = 43.48%
R=31.95%
G=24.57%
B=43.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1691302300.270.4300.10263.466.6770.59
HexA982E61B2B0A1074347
Octal2512023463353012407103107
Binary101010011000001011100110110111010110101010000011110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A982E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A982E6; }

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

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

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

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

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

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

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

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