#A7ABE6

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

Shades of Perano #A7ABE6

Tints of Perano #A7ABE6

Color information

#A7ABE6 (or 0xA7ABE6) is unknown color: approx Perano. HEX triplet: A7, AB and E6. RGB value is (167,171,230). Sum of RGB (Red+Green+Blue) = 167+171+230=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #A7ABE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ABE6 is #585419. Grayscale: #B0B0B0. Windows color (decimal): -5788698 or 15117223. OLE color: 15117223.

HSL color Cylindrical-coordinate representation of color #A7ABE6: hue angle of 236.19º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7ABE6 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB167171230-
CMYK0.270.2600.10
HSL236.19º55.75%77.84%-
HSV(B)236.19º27.39%90.2%-
XYZ44.7843.0580.81-
YUV176.53158.17121.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.40%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 230 (90.23% from 255) = 40.49%
R=29.40%
G=30.11%
B=40.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1671712300.270.2600.10236.1955.7577.84
HexA7ABE61B1A0Aec384e
Octal247253346333201235470116
Binary101001111010101111100110110111101001010111011001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ABE6; }

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

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

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

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

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

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

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

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