#A5A7EB

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

Shades of Perano #A5A7EB

Tints of Perano #A5A7EB

Color information

#A5A7EB (or 0xA5A7EB) is unknown color: approx Perano. HEX triplet: A5, A7 and EB. RGB value is (165,167,235). Sum of RGB (Red+Green+Blue) = 165+167+235=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 167 (65.62% from 255 or 29.45% 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 #A5A7EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A7EB is #5A5814. Grayscale: #ADADAD. Windows color (decimal): -5920789 or 15443877. OLE color: 15443877.

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

Color convert

RGB165167235-
CMYK0.300.2900.08
HSL238.29º63.64%78.43%-
HSV(B)238.29º29.79%92.16%-
XYZ44.3341.6384.3-
YUV174.15162.34121.47-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651672350.300.2900.08238.2963.6478.43
HexA5A7EB1E1D08ee404e
Octal2452473533635010356100116
Binary1010010110100111111010111111011101010001110111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A7EB; }

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

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

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

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

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

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

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

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