#A5A3F9

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

Shades of Perano #A5A3F9

Tints of Perano #A5A3F9

Color information

#A5A3F9 (or 0xA5A3F9) is unknown color: approx Perano. HEX triplet: A5, A3 and F9. RGB value is (165,163,249). Sum of RGB (Red+Green+Blue) = 165+163+249=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 163 (64.06% from 255 or 28.25% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #A5A3F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A3F9 is #5A5C06. Grayscale: #ADADAD. Windows color (decimal): -5921799 or 16360357. OLE color: 16360357.

HSL color Cylindrical-coordinate representation of color #A5A3F9: hue angle of 241.4º degrees, saturation: 0.88, 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 #A5A3F9 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165163249-
CMYK0.340.3500.02
HSL241.4º87.76%80.78%-
HSV(B)241.4º34.54%97.65%-
XYZ45.7141.0395.13-
YUV173.4170.66122.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.60%
GREEN value IS 163 (64.06% from 255) = 28.25%
BLUE value IS 249 (97.66% from 255) = 43.15%
R=28.60%
G=28.25%
B=43.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651632490.340.3500.02241.487.7680.78
HexA5A3F9222302f15851
Octal245243371424302361130121
Binary1010010110100011111110011000101000110101111000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A3F9; }

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

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

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

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

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

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

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

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