#A4A1F3

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

Shades of Perano #A4A1F3

Tints of Perano #A4A1F3

Color information

#A4A1F3 (or 0xA4A1F3) is unknown color: approx Perano. HEX triplet: A4, A1 and F3. RGB value is (164,161,243). Sum of RGB (Red+Green+Blue) = 164+161+243=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #A4A1F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A1F3 is #5B5E0C. Grayscale: #AAAAAA. Windows color (decimal): -5987853 or 15966628. OLE color: 15966628.

HSL color Cylindrical-coordinate representation of color #A4A1F3: hue angle of 242.2º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4A1F3 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164161243-
CMYK0.330.3400.05
HSL242.2º77.36%79.22%-
HSV(B)242.2º33.74%95.29%-
XYZ44.2339.8590.16-
YUV171.24168.49122.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.87%
GREEN value IS 161 (63.28% from 255) = 28.35%
BLUE value IS 243 (95.31% from 255) = 42.78%
R=28.87%
G=28.35%
B=42.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641612430.330.3400.05242.277.3679.22
HexA4A1F3212205f24d4f
Octal244241363414205362115117
Binary10100100101000011111001110000110001001011111001010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A1F3; }

 p { color: rgb(164,161,243); }

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

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

 a { background-color: rgb(164,161,243); }

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

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

 span { border-color: rgb(164,161,243); }

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