#AB85EA

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

Shades of Biloba Flower #AB85EA

Tints of Biloba Flower #AB85EA

Color information

#AB85EA (or 0xAB85EA) is unknown color: approx Biloba Flower. HEX triplet: AB, 85 and EA. RGB value is (171,133,234). Sum of RGB (Red+Green+Blue) = 171+133+234=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB85EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85EA is #547A15. Grayscale: #9B9B9B. Windows color (decimal): -5536278 or 15369643. OLE color: 15369643.

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

Color convert

RGB171133234-
CMYK0.270.4300.08
HSL262.57º70.63%71.96%-
HSV(B)262.57º43.16%91.76%-
XYZ40.0331.3781.79-
YUV155.88172.09138.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 133 (52.34% from 255) = 24.72%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=31.78%
G=24.72%
B=43.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711332340.270.4300.08262.5770.6371.96
HexAB85EA1B2B081074748
Octal2532053523353010407107110
Binary101010111000010111101010110111010110100010000011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85EA; }

 p { color: rgb(171,133,234); }

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

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

 a { background-color: rgb(171,133,234); }

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

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

 span { border-color: rgb(171,133,234); }

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