#A8AAFA

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

Shades of Perano #A8AAFA

Tints of Perano #A8AAFA

Color information

#A8AAFA (or 0xA8AAFA) is unknown color: approx Perano. HEX triplet: A8, AA and FA. RGB value is (168,170,250). Sum of RGB (Red+Green+Blue) = 168+170+250=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AAFA is #575505. Grayscale: #B2B2B2. Windows color (decimal): -5723398 or 16427688. OLE color: 16427688.

HSL color Cylindrical-coordinate representation of color #A8AAFA: hue angle of 238.54º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8AAFA is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168170250-
CMYK0.330.3200.02
HSL238.54º89.13%81.96%-
HSV(B)238.54º32.8%98.04%-
XYZ47.7843.9896.41-
YUV178.52168.34120.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.57%
GREEN value IS 170 (66.80% from 255) = 28.91%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=28.57%
G=28.91%
B=42.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681702500.330.3200.02238.5489.1381.96
HexA8AAFA212002ef5952
Octal250252372414002357131122
Binary1010100010101010111110101000011000000101110111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AAFA; }

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

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

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

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

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

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

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

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