#A3BAEA

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

Shades of Perano #A3BAEA

Tints of Perano #A3BAEA

Color information

#A3BAEA (or 0xA3BAEA) is unknown color: approx Perano. HEX triplet: A3, BA and EA. RGB value is (163,186,234). Sum of RGB (Red+Green+Blue) = 163+186+234=583 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.96% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BAEA is #5C4515. Grayscale: #B8B8B8. Windows color (decimal): -6046998 or 15383203. OLE color: 15383203.

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

Color convert

RGB163186234-
CMYK0.300.2100.08
HSL220.56º62.83%77.84%-
HSV(B)220.56º30.34%91.76%-
XYZ47.5148.8484.77-
YUV184.59155.88112.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.96%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=27.96%
G=31.90%
B=40.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631862340.300.2100.08220.5662.8377.84
HexA3BAEA1E1508dd3f4e
Octal243272352362501033577116
Binary101000111011101011101010111101010101000110111011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BAEA; }

 p { color: rgb(163,186,234); }

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

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

 a { background-color: rgb(163,186,234); }

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

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

 span { border-color: rgb(163,186,234); }

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