#A7ABED

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

Shades of Perano #A7ABED

Tints of Perano #A7ABED

Color information

#A7ABED (or 0xA7ABED) is unknown color: approx Perano. HEX triplet: A7, AB and ED. RGB value is (167,171,237). Sum of RGB (Red+Green+Blue) = 167+171+237=575 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.04% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #A7ABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ABED is #585412. Grayscale: #B1B1B1. Windows color (decimal): -5788691 or 15575975. OLE color: 15575975.

HSL color Cylindrical-coordinate representation of color #A7ABED: hue angle of 236.57º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7ABED is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167171237-
CMYK0.300.2800.07
HSL236.57º66.04%79.22%-
HSV(B)236.57º29.54%92.94%-
XYZ45.7943.4686.1-
YUV177.33161.67120.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.04%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 237 (92.97% from 255) = 41.22%
R=29.04%
G=29.74%
B=41.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671712370.300.2800.07236.5766.0479.22
HexA7ABED1E1C07ed424f
Octal247253355363407355102117
Binary101001111010101111101101111101110001111110110110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ABED; }

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

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

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

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

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

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

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

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