#ABAEFF

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

Shades of Perano #ABAEFF

Tints of Perano #ABAEFF

Color information

#ABAEFF (or 0xABAEFF) is unknown color: approx Perano. HEX triplet: AB, AE and FF. RGB value is (171,174,255). Sum of RGB (Red+Green+Blue) = 171+174+255=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABAEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEFF is #545100. Grayscale: #B6B6B6. Windows color (decimal): -5525761 or 16756395. OLE color: 16756395.

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

Color convert

RGB171174255-
CMYK0.330.3200
HSL237.86º100%83.53%-
HSV(B)237.86º32.94%100%-
XYZ49.9846.15100.88-
YUV182.34169.01119.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.5%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 255 (100% from 255) = 42.5%
R=28.5%
G=29%
B=42.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711742550.330.3200237.8610083.53
HexABAEFF212000ee6454
Octal253256377414000356144124
Binary101010111010111011111111100001100000001110111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEFF; }

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

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

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

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

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

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

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

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