#ABAFFF

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

Shades of Perano #ABAFFF

Tints of Perano #ABAFFF

Color information

#ABAFFF (or 0xABAFFF) is unknown color: approx Perano. HEX triplet: AB, AF and FF. RGB value is (171,175,255). Sum of RGB (Red+Green+Blue) = 171+175+255=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABAFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFFF is #545000. Grayscale: #B6B6B6. Windows color (decimal): -5525505 or 16756651. OLE color: 16756651.

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

Color convert

RGB171175255-
CMYK0.330.3100
HSL237.14º100%83.53%-
HSV(B)237.14º32.94%100%-
XYZ50.1746.54100.95-
YUV182.92168.67119.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.45%
GREEN value IS 175 (68.75% from 255) = 29.12%
BLUE value IS 255 (100% from 255) = 42.43%
R=28.45%
G=29.12%
B=42.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711752550.330.3100237.1410083.53
HexABAFFF211F00ed6454
Octal253257377413700355144124
Binary10101011101011111111111110000111111001110110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFFF; }

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

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

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

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

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

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

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

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