#AB92EB

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

Shades of Biloba Flower #AB92EB

Tints of Biloba Flower #AB92EB

Color information

#AB92EB (or 0xAB92EB) is unknown color: approx Biloba Flower. HEX triplet: AB, 92 and EB. RGB value is (171,146,235). Sum of RGB (Red+Green+Blue) = 171+146+235=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB92EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB92EB is #546D14. Grayscale: #A3A3A3. Windows color (decimal): -5532949 or 15438507. OLE color: 15438507.

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

Color convert

RGB171146235-
CMYK0.270.3800.08
HSL256.85º68.99%74.71%-
HSV(B)256.85º37.87%92.16%-
XYZ42.0735.2183.18-
YUV163.62168.28133.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.98%
GREEN value IS 146 (57.42% from 255) = 26.45%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=30.98%
G=26.45%
B=42.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711462350.270.3800.08256.8568.9974.71
HexAB92EB1B2608101454b
Octal2532223533346010401105113
Binary101010111001001011101011110111001100100010000000110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92EB; }

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

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

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

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

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

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

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

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