#A7A4EB

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

Shades of Perano #A7A4EB

Tints of Perano #A7A4EB

Color information

#A7A4EB (or 0xA7A4EB) is unknown color: approx Perano. HEX triplet: A7, A4 and EB. RGB value is (167,164,235). Sum of RGB (Red+Green+Blue) = 167+164+235=566 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.51% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7A4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A4EB is #585B14. Grayscale: #ACACAC. Windows color (decimal): -5790485 or 15443111. OLE color: 15443111.

HSL color Cylindrical-coordinate representation of color #A7A4EB: hue angle of 242.54º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7A4EB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167164235-
CMYK0.290.3000.08
HSL242.54º63.96%78.24%-
HSV(B)242.54º30.21%92.16%-
XYZ44.2140.7684.14-
YUV172.99162.99123.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.51%
GREEN value IS 164 (64.45% from 255) = 28.98%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=29.51%
G=28.98%
B=41.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671642350.290.3000.08242.5463.9678.24
HexA7A4EB1D1E08f3404e
Octal2472443533536010363100116
Binary1010011110100100111010111110111110010001111001110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A4EB; }

 p { color: rgb(167,164,235); }

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

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

 a { background-color: rgb(167,164,235); }

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

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

 span { border-color: rgb(167,164,235); }

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