#ABA7FE

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

Shades of Perano #ABA7FE

Tints of Perano #ABA7FE

Color information

#ABA7FE (or 0xABA7FE) is unknown color: approx Perano. HEX triplet: AB, A7 and FE. RGB value is (171,167,254). Sum of RGB (Red+Green+Blue) = 171+167+254=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABA7FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA7FE is #545801. Grayscale: #B1B1B1. Windows color (decimal): -5527554 or 16689067. OLE color: 16689067.

HSL color Cylindrical-coordinate representation of color #ABA7FE: hue angle of 242.76º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABA7FE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171167254-
CMYK0.330.3400.00
HSL242.76º97.75%82.55%-
HSV(B)242.76º34.25%99.61%-
XYZ48.543.4599.6-
YUV178.11170.83122.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.89%
GREEN value IS 167 (65.62% from 255) = 28.21%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=28.89%
G=28.21%
B=42.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711672540.330.3400.00242.7697.7582.55
HexABA7FE212200f36253
Octal253247376414200363142123
Binary101010111010011111111110100001100010001111001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA7FE; }

 p { color: rgb(171,167,254); }

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

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

 a { background-color: rgb(171,167,254); }

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

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

 span { border-color: rgb(171,167,254); }

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