#A8AAFE

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

Shades of Perano #A8AAFE

Tints of Perano #A8AAFE

Color information

#A8AAFE (or 0xA8AAFE) is unknown color: approx Perano. HEX triplet: A8, AA and FE. RGB value is (168,170,254). Sum of RGB (Red+Green+Blue) = 168+170+254=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AAFE is #575501. Grayscale: #B2B2B2. Windows color (decimal): -5723394 or 16689832. OLE color: 16689832.

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

Color convert

RGB168170254-
CMYK0.340.3300.00
HSL238.6º97.73%82.75%-
HSV(B)238.6º33.86%99.61%-
XYZ48.4144.2399.75-
YUV178.98170.34120.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.38%
GREEN value IS 170 (66.80% from 255) = 28.72%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=28.38%
G=28.72%
B=42.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681702540.340.3300.00238.697.7382.75
HexA8AAFE222100ef6253
Octal250252376424100357142123
Binary101010001010101011111110100010100001001110111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AAFE; }

 p { color: rgb(168,170,254); }

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

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

 a { background-color: rgb(168,170,254); }

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

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

 span { border-color: rgb(168,170,254); }

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