#A7ADEB

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

Shades of Perano #A7ADEB

Tints of Perano #A7ADEB

Color information

#A7ADEB (or 0xA7ADEB) is unknown color: approx Perano. HEX triplet: A7, AD and EB. RGB value is (167,173,235). Sum of RGB (Red+Green+Blue) = 167+173+235=575 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.04% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ADEB is #585214. Grayscale: #B2B2B2. Windows color (decimal): -5788181 or 15445415. OLE color: 15445415.

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

Color convert

RGB167173235-
CMYK0.290.2600.08
HSL234.71º62.96%78.82%-
HSV(B)234.71º28.94%92.16%-
XYZ45.8844.184.69-
YUV178.27160.01119.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.04%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=29.04%
G=30.09%
B=40.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671732350.290.2600.08234.7162.9678.82
HexA7ADEB1D1A08eb3f4f
Octal247255353353201035377117
Binary101001111010110111101011111011101001000111010111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ADEB; }

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

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

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

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

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

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

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

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