#A7A5EB

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

Shades of Perano #A7A5EB

Tints of Perano #A7A5EB

Color information

#A7A5EB (or 0xA7A5EB) is unknown color: approx Perano. HEX triplet: A7, A5 and EB. RGB value is (167,165,235). Sum of RGB (Red+Green+Blue) = 167+165+235=567 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.45% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7A5EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A5EB is #585A14. Grayscale: #ADADAD. Windows color (decimal): -5790229 or 15443367. OLE color: 15443367.

HSL color Cylindrical-coordinate representation of color #A7A5EB: hue angle of 241.71º 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 #A7A5EB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167165235-
CMYK0.290.3000.08
HSL241.71º63.64%78.43%-
HSV(B)241.71º29.79%92.16%-
XYZ44.3941.1284.2-
YUV173.58162.66123.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.45%
GREEN value IS 165 (64.84% from 255) = 29.10%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=29.45%
G=29.10%
B=41.45%

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
Decimal1671652350.290.3000.08241.7163.6478.43
HexA7A5EB1D1E08f2404e
Octal2472453533536010362100116
Binary1010011110100101111010111110111110010001111001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A5EB; }

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

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

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

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

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

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

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

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