#A7ADEE

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

Shades of Perano #A7ADEE

Tints of Perano #A7ADEE

Color information

#A7ADEE (or 0xA7ADEE) is unknown color: approx Perano. HEX triplet: A7, AD and EE. RGB value is (167,173,238). Sum of RGB (Red+Green+Blue) = 167+173+238=578 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.89% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #A7ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ADEE is #585211. Grayscale: #B2B2B2. Windows color (decimal): -5788178 or 15642023. OLE color: 15642023.

HSL color Cylindrical-coordinate representation of color #A7ADEE: hue angle of 234.93º degrees, saturation: 0.68, 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 #A7ADEE is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167173238-
CMYK0.300.2700.07
HSL234.93º67.62%79.41%-
HSV(B)234.93º29.83%93.33%-
XYZ46.3144.2886.99-
YUV178.62161.51119.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.89%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=28.89%
G=29.93%
B=41.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671732380.300.2700.07234.9367.6279.41
HexA7ADEE1E1B07eb444f
Octal247255356363307353104117
Binary101001111010110111101110111101101101111110101110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ADEE; }

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

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

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

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

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

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

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

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