#A7ABEF

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

Shades of Perano #A7ABEF

Tints of Perano #A7ABEF

Color information

#A7ABEF (or 0xA7ABEF) is unknown color: approx Perano. HEX triplet: A7, AB and EF. RGB value is (167,171,239). Sum of RGB (Red+Green+Blue) = 167+171+239=577 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.94% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ABEF is #585410. Grayscale: #B1B1B1. Windows color (decimal): -5788689 or 15707047. OLE color: 15707047.

HSL color Cylindrical-coordinate representation of color #A7ABEF: hue angle of 236.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7ABEF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB167171239-
CMYK0.300.2800.06
HSL236.67º69.23%79.61%-
HSV(B)236.67º30.13%93.73%-
XYZ46.0843.5787.64-
YUV177.56162.67120.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.94%
GREEN value IS 171 (67.19% from 255) = 29.64%
BLUE value IS 239 (93.75% from 255) = 41.42%
R=28.94%
G=29.64%
B=41.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1671712390.300.2800.06236.6769.2379.61
HexA7ABEF1E1C06ed4550
Octal247253357363406355105120
Binary101001111010101111101111111101110001101110110110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ABEF; }

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

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

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

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

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

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

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

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