#ABABFF

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

Shades of Perano #ABABFF

Tints of Perano #ABABFF

Color information

#ABABFF (or 0xABABFF) is unknown color: approx Perano. HEX triplet: AB, AB and FF. RGB value is (171,171,255). Sum of RGB (Red+Green+Blue) = 171+171+255=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABABFF is #545400. Grayscale: #B4B4B4. Windows color (decimal): -5526529 or 16755627. OLE color: 16755627.

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

Color convert

RGB171171255-
CMYK0.330.3300
HSL240º100%83.53%-
HSV(B)240º32.94%100%-
XYZ49.4145100.69-
YUV180.58170121.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.64%
GREEN value IS 171 (67.19% from 255) = 28.64%
BLUE value IS 255 (100% from 255) = 42.71%
R=28.64%
G=28.64%
B=42.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711712550.330.330024010083.53
HexABABFF212100f06454
Octal253253377414100360144124
Binary101010111010101111111111100001100001001111000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABFF; }

 p { color: rgb(171,171,255); }

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

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

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

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

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

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

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