#ABA8FB

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

Shades of Perano #ABA8FB

Tints of Perano #ABA8FB

Color information

#ABA8FB (or 0xABA8FB) is unknown color: approx Perano. HEX triplet: AB, A8 and FB. RGB value is (171,168,251). Sum of RGB (Red+Green+Blue) = 171+168+251=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABA8FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA8FB is #545704. Grayscale: #B2B2B2. Windows color (decimal): -5527301 or 16492715. OLE color: 16492715.

HSL color Cylindrical-coordinate representation of color #ABA8FB: hue angle of 242.17º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABA8FB is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171168251-
CMYK0.320.3300.02
HSL242.17º91.21%82.16%-
HSV(B)242.17º33.07%98.43%-
XYZ48.2143.6397.15-
YUV178.36168.99122.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 168 (66.02% from 255) = 28.47%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=28.98%
G=28.47%
B=42.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711682510.320.3300.02242.1791.2182.16
HexABA8FB202102f25b52
Octal253250373404102362133122
Binary1010101110101000111110111000001000010101111001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8FB; }

 p { color: rgb(171,168,251); }

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

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

 a { background-color: rgb(171,168,251); }

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

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

 span { border-color: rgb(171,168,251); }

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