#A7A3ED

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

Shades of Perano #A7A3ED

Tints of Perano #A7A3ED

Color information

#A7A3ED (or 0xA7A3ED) is unknown color: approx Perano. HEX triplet: A7, A3 and ED. RGB value is (167,163,237). Sum of RGB (Red+Green+Blue) = 167+163+237=567 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.45% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #A7A3ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A3ED is #585C12. Grayscale: #ACACAC. Windows color (decimal): -5790739 or 15573927. OLE color: 15573927.

HSL color Cylindrical-coordinate representation of color #A7A3ED: hue angle of 243.24º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7A3ED is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167163237-
CMYK0.300.3100.07
HSL243.24º67.27%78.43%-
HSV(B)243.24º31.22%92.94%-
XYZ44.3240.5285.61-
YUV172.63164.33123.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.45%
GREEN value IS 163 (64.06% from 255) = 28.75%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=29.45%
G=28.75%
B=41.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671632370.300.3100.07243.2467.2778.43
HexA7A3ED1E1F07f3434e
Octal247243355363707363103116
Binary101001111010001111101101111101111101111111001110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A3ED; }

 p { color: rgb(167,163,237); }

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

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

 a { background-color: rgb(167,163,237); }

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

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

 span { border-color: rgb(167,163,237); }

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