#A3ADE5

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

Shades of Perano #A3ADE5

Tints of Perano #A3ADE5

Color information

#A3ADE5 (or 0xA3ADE5) is unknown color: approx Perano. HEX triplet: A3, AD and E5. RGB value is (163,173,229). Sum of RGB (Red+Green+Blue) = 163+173+229=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3ADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ADE5 is #5C521A. Grayscale: #B0B0B0. Windows color (decimal): -6050331 or 15052195. OLE color: 15052195.

HSL color Cylindrical-coordinate representation of color #A3ADE5: hue angle of 230.91º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3ADE5 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB163173229-
CMYK0.290.2400.10
HSL230.91º55.93%76.86%-
HSV(B)230.91º28.82%89.8%-
XYZ44.1943.3380.16-
YUV176.39157.69118.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.85%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 229 (89.84% from 255) = 40.53%
R=28.85%
G=30.62%
B=40.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1631732290.290.2400.10230.9155.9376.86
HexA3ADE51D180Ae7384d
Octal243255345353001234770115
Binary101000111010110111100101111011100001010111001111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ADE5; }

 p { color: rgb(163,173,229); }

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

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

 a { background-color: rgb(163,173,229); }

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

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

 span { border-color: rgb(163,173,229); }

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