#A8AEDE

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

Shades of Perano #A8AEDE

Tints of Perano #A8AEDE

Color information

#A8AEDE (or 0xA8AEDE) is unknown color: approx Perano. HEX triplet: A8, AE and DE. RGB value is (168,174,222). Sum of RGB (Red+Green+Blue) = 168+174+222=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #A8AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AEDE is #575121. Grayscale: #B1B1B1. Windows color (decimal): -5722402 or 14593704. OLE color: 14593704.

HSL color Cylindrical-coordinate representation of color #A8AEDE: hue angle of 233.33º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8AEDE is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168174222-
CMYK0.240.2200.13
HSL233.33º45%76.47%-
HSV(B)233.33º24.32%87.06%-
XYZ44.4743.8775.23-
YUV177.68153.01121.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.79%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 222 (87.11% from 255) = 39.36%
R=29.79%
G=30.85%
B=39.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681742220.240.2200.13233.334576.47
HexA8AEDE18160De92d4c
Octal250256336302601535155114
Binary101010001010111011011110110001011001101111010011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AEDE; }

 p { color: rgb(168,174,222); }

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

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

 a { background-color: rgb(168,174,222); }

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

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

 span { border-color: rgb(168,174,222); }

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