#A3A5FA

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

Shades of Perano #A3A5FA

Tints of Perano #A3A5FA

Color information

#A3A5FA (or 0xA3A5FA) is unknown color: approx Perano. HEX triplet: A3, A5 and FA. RGB value is (163,165,250). Sum of RGB (Red+Green+Blue) = 163+165+250=578 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.20% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3A5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A5FA is #5C5A05. Grayscale: #ADADAD. Windows color (decimal): -6052358 or 16426403. OLE color: 16426403.

HSL color Cylindrical-coordinate representation of color #A3A5FA: hue angle of 238.62º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3A5FA is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163165250-
CMYK0.350.3400.02
HSL238.62º89.69%80.98%-
HSV(B)238.62º34.8%98.04%-
XYZ45.8141.696.06-
YUV174.09170.84120.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.20%
GREEN value IS 165 (64.84% from 255) = 28.55%
BLUE value IS 250 (98.05% from 255) = 43.25%
R=28.20%
G=28.55%
B=43.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631652500.350.3400.02238.6289.6980.98
HexA3A5FA232202ef5a51
Octal243245372434202357132121
Binary1010001110100101111110101000111000100101110111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A5FA; }

 p { color: rgb(163,165,250); }

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

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

 a { background-color: rgb(163,165,250); }

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

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

 span { border-color: rgb(163,165,250); }

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