#a5b0e3

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

Shades of Perano #A5B0E3

Tints of Perano #A5B0E3

Color information

#A5B0E3 (or 0xA5B0E3) is unknown color: approx Perano. HEX triplet: A5, B0 and E3. RGB value is (165,176,227). Sum of RGB (Red+Green+Blue) = 165+176+227=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 227 (89.06% from 255 or 39.96% from 568); Max value from RGB is 227 - color contains mainly: blue. Hex color #A5B0E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B0E3 is #5A4F1C. Grayscale: #B2B2B2. Windows color (decimal): -5918493 or 14921893. OLE color: 14921893.

HSL color Cylindrical-coordinate representation of color #A5B0E3: hue angle of 229.35º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5B0E3 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165176227-
CMYK0.270.2200.11
HSL229.35º52.54%76.86%-
HSV(B)229.35º27.31%89.02%-
XYZ44.9144.678.91-
YUV178.52155.36118.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.05%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 227 (89.06% from 255) = 39.96%
R=29.05%
G=30.99%
B=39.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651762270.270.2200.11229.3552.5476.86
HexA5B0E31B160Be5354d
Octal245260343332601334565115
Binary101001011011000011100011110111011001011111001011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5b0e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5b0e3; }

 p { color: rgb(165,176,227); }

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

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

 a { background-color: rgb(165,176,227); }

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

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

 span { border-color: rgb(165,176,227); }

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