#A5A3FE

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

Shades of Perano #A5A3FE

Tints of Perano #A5A3FE

Color information

#A5A3FE (or 0xA5A3FE) is unknown color: approx Perano. HEX triplet: A5, A3 and FE. RGB value is (165,163,254). Sum of RGB (Red+Green+Blue) = 165+163+254=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 163 (64.06% from 255 or 28.01% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5A3FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A3FE is #5A5C01. Grayscale: #ADADAD. Windows color (decimal): -5921794 or 16688037. OLE color: 16688037.

HSL color Cylindrical-coordinate representation of color #A5A3FE: hue angle of 241.32º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5A3FE is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB165163254-
CMYK0.350.3600.00
HSL241.32º97.85%81.76%-
HSV(B)241.32º35.83%99.61%-
XYZ46.541.3599.3-
YUV173.97173.16121.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.35%
GREEN value IS 163 (64.06% from 255) = 28.01%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=28.35%
G=28.01%
B=43.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1651632540.350.3600.00241.3297.8581.76
HexA5A3FE232400f16252
Octal245243376434400361142122
Binary101001011010001111111110100011100100001111000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A3FE; }

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

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

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

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

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

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

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

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