#AB84EE

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

Shades of Biloba Flower #AB84EE

Tints of Biloba Flower #AB84EE

Color information

#AB84EE (or 0xAB84EE) is unknown color: approx Biloba Flower. HEX triplet: AB, 84 and EE. RGB value is (171,132,238). Sum of RGB (Red+Green+Blue) = 171+132+238=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB84EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB84EE is #547B11. Grayscale: #9B9B9B. Windows color (decimal): -5536530 or 15631531. OLE color: 15631531.

HSL color Cylindrical-coordinate representation of color #AB84EE: hue angle of 262.08º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB84EE is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171132238-
CMYK0.280.4500.07
HSL262.08º75.71%72.55%-
HSV(B)262.08º44.54%93.33%-
XYZ40.4831.3384.8-
YUV155.74174.42138.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 132 (51.95% from 255) = 24.40%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=31.61%
G=24.40%
B=43.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711322380.280.4500.07262.0875.7172.55
HexAB84EE1C2D071064c49
Octal253204356345507406114111
Binary10101011100001001110111011100101101011110000011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB84EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB84EE; }

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

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

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

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

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

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

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

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