#A4A0FB

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

Shades of Perano #A4A0FB

Tints of Perano #A4A0FB

Color information

#A4A0FB (or 0xA4A0FB) is unknown color: approx Perano. HEX triplet: A4, A0 and FB. RGB value is (164,160,251). Sum of RGB (Red+Green+Blue) = 164+160+251=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4A0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A0FB is #5B5F04. Grayscale: #ABABAB. Windows color (decimal): -5988101 or 16490660. OLE color: 16490660.

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

Color convert

RGB164160251-
CMYK0.350.3600.02
HSL242.64º91.92%80.59%-
HSV(B)242.64º36.25%98.43%-
XYZ45.294096.6-
YUV171.57172.83122.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.52%
GREEN value IS 160 (62.89% from 255) = 27.83%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=28.52%
G=27.83%
B=43.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641602510.350.3600.02242.6491.9280.59
HexA4A0FB232402f35c51
Octal244240373434402363134121
Binary1010010010100000111110111000111001000101111001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A0FB; }

 p { color: rgb(164,160,251); }

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

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

 a { background-color: rgb(164,160,251); }

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

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

 span { border-color: rgb(164,160,251); }

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