#A8ABEB

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

Shades of Perano #A8ABEB

Tints of Perano #A8ABEB

Color information

#A8ABEB (or 0xA8ABEB) is unknown color: approx Perano. HEX triplet: A8, AB and EB. RGB value is (168,171,235). Sum of RGB (Red+Green+Blue) = 168+171+235=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ABEB is #575414. Grayscale: #B1B1B1. Windows color (decimal): -5723157 or 15444904. OLE color: 15444904.

HSL color Cylindrical-coordinate representation of color #A8ABEB: hue angle of 237.31º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ABEB is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168171235-
CMYK0.290.2700.08
HSL237.31º62.62%79.02%-
HSV(B)237.31º28.51%92.16%-
XYZ45.7143.4584.57-
YUV177.4160.51121.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.27%
GREEN value IS 171 (67.19% from 255) = 29.79%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=29.27%
G=29.79%
B=40.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681712350.290.2700.08237.3162.6279.02
HexA8ABEB1D1B08ed3f4f
Octal250253353353301035577117
Binary101010001010101111101011111011101101000111011011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABEB; }

 p { color: rgb(168,171,235); }

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

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

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

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

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

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

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