#ABAEF3

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

Shades of Perano #ABAEF3

Tints of Perano #ABAEF3

Color information

#ABAEF3 (or 0xABAEF3) is unknown color: approx Perano. HEX triplet: AB, AE and F3. RGB value is (171,174,243). Sum of RGB (Red+Green+Blue) = 171+174+243=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABAEF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEF3 is #54510C. Grayscale: #B4B4B4. Windows color (decimal): -5525773 or 15969963. OLE color: 15969963.

HSL color Cylindrical-coordinate representation of color #ABAEF3: hue angle of 237.5º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABAEF3 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171174243-
CMYK0.300.2800.05
HSL237.5º75%81.18%-
HSV(B)237.5º29.63%95.29%-
XYZ48.1145.491.02-
YUV180.97163.01120.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 243 (95.31% from 255) = 41.33%
R=29.08%
G=29.59%
B=41.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711742430.300.2800.05237.57581.18
HexABAEF31E1C05ee4b51
Octal253256363363405356113121
Binary101010111010111011110011111101110001011110111010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEF3; }

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

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

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

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

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

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

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

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