#A7B1EF

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

Shades of Perano #A7B1EF

Tints of Perano #A7B1EF

Color information

#A7B1EF (or 0xA7B1EF) is unknown color: approx Perano. HEX triplet: A7, B1 and EF. RGB value is (167,177,239). Sum of RGB (Red+Green+Blue) = 167+177+239=583 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.64% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7B1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7B1EF is #584E10. Grayscale: #B4B4B4. Windows color (decimal): -5787153 or 15708583. OLE color: 15708583.

HSL color Cylindrical-coordinate representation of color #A7B1EF: hue angle of 231.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 #A7B1EF is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB167177239-
CMYK0.300.2600.06
HSL231.67º69.23%79.61%-
HSV(B)231.67º30.13%93.73%-
XYZ47.2445.8988.03-
YUV181.08160.69117.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.64%
GREEN value IS 177 (69.53% from 255) = 30.36%
BLUE value IS 239 (93.75% from 255) = 40.99%
R=28.64%
G=30.36%
B=40.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1671772390.300.2600.06231.6769.2379.61
HexA7B1EF1E1A06e84550
Octal247261357363206350105120
Binary101001111011000111101111111101101001101110100010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B1EF; }

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

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

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

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

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

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

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

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