#A1A3ED

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

Shades of Perano #A1A3ED

Tints of Perano #A1A3ED

Color information

#A1A3ED (or 0xA1A3ED) is unknown color: approx Perano. HEX triplet: A1, A3 and ED. RGB value is (161,163,237). Sum of RGB (Red+Green+Blue) = 161+163+237=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1A3ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A3ED is #5E5C12. Grayscale: #AAAAAA. Windows color (decimal): -6183955 or 15573921. OLE color: 15573921.

HSL color Cylindrical-coordinate representation of color #A1A3ED: hue angle of 238.42º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1A3ED is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161163237-
CMYK0.320.3100.07
HSL238.42º67.86%78.04%-
HSV(B)238.42º32.07%92.94%-
XYZ43.0839.8985.55-
YUV170.84165.34120.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.70%
GREEN value IS 163 (64.06% from 255) = 29.06%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=28.70%
G=29.06%
B=42.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611632370.320.3100.07238.4267.8678.04
HexA1A3ED201F07ee444e
Octal241243355403707356104116
Binary1010000110100011111011011000001111101111110111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A3ED; }

 p { color: rgb(161,163,237); }

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

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

 a { background-color: rgb(161,163,237); }

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

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

 span { border-color: rgb(161,163,237); }

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