#AB92E6

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

Shades of Biloba Flower #AB92E6

Tints of Biloba Flower #AB92E6

Color information

#AB92E6 (or 0xAB92E6) is unknown color: approx Biloba Flower. HEX triplet: AB, 92 and E6. RGB value is (171,146,230). Sum of RGB (Red+Green+Blue) = 171+146+230=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB92E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB92E6 is #546D19. Grayscale: #A2A2A2. Windows color (decimal): -5532954 or 15110827. OLE color: 15110827.

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

Color convert

RGB171146230-
CMYK0.260.3700.10
HSL257.86º62.69%73.73%-
HSV(B)257.86º36.52%90.2%-
XYZ41.3634.9379.43-
YUV163.05165.78133.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 230 (90.23% from 255) = 42.05%
R=31.26%
G=26.69%
B=42.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711462300.260.3700.10257.8662.6973.73
HexAB92E61A250A1023f4a
Octal253222346324501240277112
Binary10101011100100101110011011010100101010101000000101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92E6; }

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

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

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

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

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

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

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

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