#A7ABEB

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

Shades of Perano #A7ABEB

Tints of Perano #A7ABEB

Color information

#A7ABEB (or 0xA7ABEB) is unknown color: approx Perano. HEX triplet: A7, AB and EB. RGB value is (167,171,235). Sum of RGB (Red+Green+Blue) = 167+171+235=573 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.14% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ABEB is #585414. Grayscale: #B0B0B0. Windows color (decimal): -5788693 or 15444903. OLE color: 15444903.

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

Color convert

RGB167171235-
CMYK0.290.2700.08
HSL236.47º62.96%78.82%-
HSV(B)236.47º28.94%92.16%-
XYZ45.4943.3484.56-
YUV177.1160.67120.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.14%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=29.14%
G=29.84%
B=41.01%

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
Decimal1671712350.290.2700.08236.4762.9678.82
HexA7ABEB1D1B08ec3f4f
Octal247253353353301035477117
Binary101001111010101111101011111011101101000111011001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ABEB; }

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

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

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

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

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

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

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

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