#A5A2FA

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

Shades of Perano #A5A2FA

Tints of Perano #A5A2FA

Color information

#A5A2FA (or 0xA5A2FA) is unknown color: approx Perano. HEX triplet: A5, A2 and FA. RGB value is (165,162,250). Sum of RGB (Red+Green+Blue) = 165+162+250=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5A2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A2FA is #5A5D05. Grayscale: #ACACAC. Windows color (decimal): -5922054 or 16425637. OLE color: 16425637.

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

Color convert

RGB165162250-
CMYK0.340.3500.02
HSL242.05º89.8%80.78%-
HSV(B)242.05º35.2%98.04%-
XYZ45.6940.7495.9-
YUV172.93171.49122.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.60%
GREEN value IS 162 (63.67% from 255) = 28.08%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=28.60%
G=28.08%
B=43.33%

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
Decimal1651622500.340.3500.02242.0589.880.78
HexA5A2FA222302f25a51
Octal245242372424302362132121
Binary1010010110100010111110101000101000110101111001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A2FA; }

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

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

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

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

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

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

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

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