#A3B0EB

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

Shades of Perano #A3B0EB

Tints of Perano #A3B0EB

Color information

#A3B0EB (or 0xA3B0EB) is unknown color: approx Perano. HEX triplet: A3, B0 and EB. RGB value is (163,176,235). Sum of RGB (Red+Green+Blue) = 163+176+235=574 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.40% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3B0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3B0EB is #5C4F14. Grayscale: #B2B2B2. Windows color (decimal): -6049557 or 15446179. OLE color: 15446179.

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

Color convert

RGB163176235-
CMYK0.310.2500.08
HSL229.17º64.29%78.04%-
HSV(B)229.17º30.64%92.16%-
XYZ45.6244.8484.85-
YUV178.84159.69116.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.40%
GREEN value IS 176 (69.14% from 255) = 30.66%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=28.40%
G=30.66%
B=40.94%

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
Decimal1631762350.310.2500.08229.1764.2978.04
HexA3B0EB1F1908e5404e
Octal2432603533731010345100116
Binary1010001110110000111010111111111001010001110010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B0EB; }

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

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

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

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

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

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

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

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