#AB82D5

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

Shades of Biloba Flower #AB82D5

Tints of Biloba Flower #AB82D5

Color information

#AB82D5 (or 0xAB82D5) is unknown color: approx Biloba Flower. HEX triplet: AB, 82 and D5. RGB value is (171,130,213). Sum of RGB (Red+Green+Blue) = 171+130+213=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB82D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82D5 is #547D2A. Grayscale: #979797. Windows color (decimal): -5537067 or 13992619. OLE color: 13992619.

HSL color Cylindrical-coordinate representation of color #AB82D5: hue angle of 269.64º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB82D5 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171130213-
CMYK0.200.3900.16
HSL269.64º49.7%67.25%-
HSV(B)269.64º38.97%83.53%-
XYZ36.7929.4366.69-
YUV151.72162.58141.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 130 (51.17% from 255) = 25.29%
BLUE value IS 213 (83.59% from 255) = 41.44%
R=33.27%
G=25.29%
B=41.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711302130.200.3900.16269.6449.767.25
HexAB82D5142701010e3243
Octal253202325244702041662103
Binary101010111000001011010101101001001110100001000011101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB82D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB82D5; }

 p { color: rgb(171,130,213); }

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

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

 a { background-color: rgb(171,130,213); }

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

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

 span { border-color: rgb(171,130,213); }

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