#a3b0ed

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

Shades of Perano #A3B0ED

Tints of Perano #A3B0ED

Color information

#A3B0ED (or 0xA3B0ED) is unknown color: approx Perano. HEX triplet: A3, B0 and ED. RGB value is (163,176,237). Sum of RGB (Red+Green+Blue) = 163+176+237=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3B0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3B0ED is #5C4F12. Grayscale: #B2B2B2. Windows color (decimal): -6049555 or 15577251. OLE color: 15577251.

HSL color Cylindrical-coordinate representation of color #A3B0ED: hue angle of 229.46º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3B0ED is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163176237-
CMYK0.310.2600.07
HSL229.46º67.27%78.43%-
HSV(B)229.46º31.22%92.94%-
XYZ45.9244.9586.38-
YUV179.07160.69116.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.30%
GREEN value IS 176 (69.14% from 255) = 30.56%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=28.30%
G=30.56%
B=41.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631762370.310.2600.07229.4667.2778.43
HexA3B0ED1F1A07e5434e
Octal243260355373207345103116
Binary101000111011000011101101111111101001111110010110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3b0ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3b0ed; }

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

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

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

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

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

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

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

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