#AB92ED

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

Shades of Biloba Flower #AB92ED

Tints of Biloba Flower #AB92ED

Color information

#AB92ED (or 0xAB92ED) is unknown color: approx Biloba Flower. HEX triplet: AB, 92 and ED. RGB value is (171,146,237). Sum of RGB (Red+Green+Blue) = 171+146+237=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB92ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB92ED is #546D12. Grayscale: #A3A3A3. Windows color (decimal): -5532947 or 15569579. OLE color: 15569579.

HSL color Cylindrical-coordinate representation of color #AB92ED: hue angle of 256.48º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB92ED is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171146237-
CMYK0.280.3800.07
HSL256.48º71.65%75.1%-
HSV(B)256.48º38.4%92.94%-
XYZ42.3635.3384.71-
YUV163.85169.28133.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 146 (57.42% from 255) = 26.35%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=30.87%
G=26.35%
B=42.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711462370.280.3800.07256.4871.6575.1
HexAB92ED1C2607100484b
Octal253222355344607400110113
Binary10101011100100101110110111100100110011110000000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92ED; }

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

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

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

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

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

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

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

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