#abaafe

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

Shades of Perano #ABAAFE

Tints of Perano #ABAAFE

Color information

#ABAAFE (or 0xABAAFE) is unknown color: approx Perano. HEX triplet: AB, AA and FE. RGB value is (171,170,254). Sum of RGB (Red+Green+Blue) = 171+170+254=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABAAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAFE is #545501. Grayscale: #B3B3B3. Windows color (decimal): -5526786 or 16689835. OLE color: 16689835.

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

Color convert

RGB171170254-
CMYK0.330.3300.00
HSL240.71º97.67%83.14%-
HSV(B)240.71º33.07%99.61%-
XYZ49.0644.5699.78-
YUV179.87169.83121.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.74%
GREEN value IS 170 (66.80% from 255) = 28.57%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=28.74%
G=28.57%
B=42.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711702540.330.3300.00240.7197.6783.14
HexABAAFE212100f16253
Octal253252376414100361142123
Binary101010111010101011111110100001100001001111000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abaafe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abaafe; }

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

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

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

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

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

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

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

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