#A8AEFF

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

Shades of Perano #A8AEFF

Tints of Perano #A8AEFF

Color information

#A8AEFF (or 0xA8AEFF) is unknown color: approx Perano. HEX triplet: A8, AE and FF. RGB value is (168,174,255). Sum of RGB (Red+Green+Blue) = 168+174+255=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AEFF is #575100. Grayscale: #B5B5B5. Windows color (decimal): -5722369 or 16756392. OLE color: 16756392.

HSL color Cylindrical-coordinate representation of color #A8AEFF: hue angle of 235.86º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8AEFF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB168174255-
CMYK0.340.3200
HSL235.86º100%82.94%-
HSV(B)235.86º34.12%100%-
XYZ49.3345.82100.85-
YUV181.44169.51118.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.14%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 255 (100% from 255) = 42.71%
R=28.14%
G=29.15%
B=42.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1681742550.340.3200235.8610082.94
HexA8AEFF222000ec6453
Octal250256377424000354144123
Binary101010001010111011111111100010100000001110110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AEFF; }

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

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

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

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

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

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

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

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