#ABACFF

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

Shades of Perano #ABACFF

Tints of Perano #ABACFF

Color information

#ABACFF (or 0xABACFF) is unknown color: approx Perano. HEX triplet: AB, AC and FF. RGB value is (171,172,255). Sum of RGB (Red+Green+Blue) = 171+172+255=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACFF is #545300. Grayscale: #B4B4B4. Windows color (decimal): -5526273 or 16755883. OLE color: 16755883.

HSL color Cylindrical-coordinate representation of color #ABACFF: hue angle of 239.29º 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 #ABACFF is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171172255-
CMYK0.330.3300
HSL239.29º100%83.53%-
HSV(B)239.29º32.94%100%-
XYZ49.645.38100.75-
YUV181.16169.67120.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.60%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 255 (100% from 255) = 42.64%
R=28.60%
G=28.76%
B=42.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711722550.330.3300239.2910083.53
HexABACFF212100ef6454
Octal253254377414100357144124
Binary101010111010110011111111100001100001001110111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACFF; }

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

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

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

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

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

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

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

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