#A8AEED

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

Shades of Perano #A8AEED

Tints of Perano #A8AEED

Color information

#A8AEED (or 0xA8AEED) is unknown color: approx Perano. HEX triplet: A8, AE and ED. RGB value is (168,174,237). Sum of RGB (Red+Green+Blue) = 168+174+237=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8AEED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AEED is #575112. Grayscale: #B3B3B3. Windows color (decimal): -5722387 or 15576744. OLE color: 15576744.

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

Color convert

RGB168174237-
CMYK0.290.2700.07
HSL234.78º65.71%79.41%-
HSV(B)234.78º29.11%92.94%-
XYZ46.5744.7186.3-
YUV179.39160.51119.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.02%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 237 (92.97% from 255) = 40.93%
R=29.02%
G=30.05%
B=40.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681742370.290.2700.07234.7865.7179.41
HexA8AEED1D1B07eb424f
Octal250256355353307353102117
Binary101010001010111011101101111011101101111110101110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AEED; }

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

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

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

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

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

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

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

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