#AB92E5

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

Shades of Biloba Flower #AB92E5

Tints of Biloba Flower #AB92E5

Color information

#AB92E5 (or 0xAB92E5) is unknown color: approx Biloba Flower. HEX triplet: AB, 92 and E5. RGB value is (171,146,229). Sum of RGB (Red+Green+Blue) = 171+146+229=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB92E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92E5 is #546D1A. Grayscale: #A2A2A2. Windows color (decimal): -5532955 or 15045291. OLE color: 15045291.

HSL color Cylindrical-coordinate representation of color #AB92E5: hue angle of 258.07º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB92E5 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171146229-
CMYK0.250.3600.10
HSL258.07º61.48%73.53%-
HSV(B)258.07º36.24%89.8%-
XYZ41.2234.8778.69-
YUV162.94165.28133.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 146 (57.42% from 255) = 26.74%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=31.32%
G=26.74%
B=41.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711462290.250.3600.10258.0761.4873.53
HexAB92E519240A1023d4a
Octal253222345314401240275112
Binary10101011100100101110010111001100100010101000000101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92E5; }

 p { color: rgb(171,146,229); }

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

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

 a { background-color: rgb(171,146,229); }

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

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

 span { border-color: rgb(171,146,229); }

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