#AB84E0

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

Shades of Biloba Flower #AB84E0

Tints of Biloba Flower #AB84E0

Color information

#AB84E0 (or 0xAB84E0) is unknown color: approx Biloba Flower. HEX triplet: AB, 84 and E0. RGB value is (171,132,224). Sum of RGB (Red+Green+Blue) = 171+132+224=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB84E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB84E0 is #547B1F. Grayscale: #999999. Windows color (decimal): -5536544 or 14714027. OLE color: 14714027.

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

Color convert

RGB171132224-
CMYK0.240.4100.12
HSL265.43º59.74%69.8%-
HSV(B)265.43º41.07%87.84%-
XYZ38.530.5474.39-
YUV154.15167.42140.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 132 (51.95% from 255) = 25.05%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=32.45%
G=25.05%
B=42.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711322240.240.4100.12265.4359.7469.8
HexAB84E018290C1093c46
Octal253204340305101441174106
Binary10101011100001001110000011000101001011001000010011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB84E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB84E0; }

 p { color: rgb(171,132,224); }

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

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

 a { background-color: rgb(171,132,224); }

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

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

 span { border-color: rgb(171,132,224); }

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