#AB92D8

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

Shades of Biloba Flower #AB92D8

Tints of Biloba Flower #AB92D8

Color information

#AB92D8 (or 0xAB92D8) is unknown color: approx Biloba Flower. HEX triplet: AB, 92 and D8. RGB value is (171,146,216). Sum of RGB (Red+Green+Blue) = 171+146+216=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB92D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92D8 is #546D27. Grayscale: #A1A1A1. Windows color (decimal): -5532968 or 14193323. OLE color: 14193323.

HSL color Cylindrical-coordinate representation of color #AB92D8: hue angle of 261.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB92D8 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171146216-
CMYK0.210.3200.15
HSL261.43º47.3%70.98%-
HSV(B)261.43º32.41%84.71%-
XYZ39.4734.1769.48-
YUV161.45158.78134.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 146 (57.42% from 255) = 27.39%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=32.08%
G=27.39%
B=40.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711462160.210.3200.15261.4347.370.98
HexAB92D815200F1052f47
Octal253222330254001740557107
Binary10101011100100101101100010101100000011111000001011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92D8; }

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

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

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

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

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

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

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

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