#A3B1EB

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

Shades of Perano #A3B1EB

Tints of Perano #A3B1EB

Color information

#A3B1EB (or 0xA3B1EB) is unknown color: approx Perano. HEX triplet: A3, B1 and EB. RGB value is (163,177,235). Sum of RGB (Red+Green+Blue) = 163+177+235=575 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.35% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3B1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3B1EB is #5C4E14. Grayscale: #B3B3B3. Windows color (decimal): -6049301 or 15446435. OLE color: 15446435.

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

Color convert

RGB163177235-
CMYK0.310.2500.08
HSL228.33º64.29%78.04%-
HSV(B)228.33º30.64%92.16%-
XYZ45.8245.2384.91-
YUV179.43159.36116.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.35%
GREEN value IS 177 (69.53% from 255) = 30.78%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=28.35%
G=30.78%
B=40.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631772350.310.2500.08228.3364.2978.04
HexA3B1EB1F1908e4404e
Octal2432613533731010344100116
Binary1010001110110001111010111111111001010001110010010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B1EB; }

 p { color: rgb(163,177,235); }

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

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

 a { background-color: rgb(163,177,235); }

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

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

 span { border-color: rgb(163,177,235); }

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