#A3ADDF

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

Shades of Perano #A3ADDF

Tints of Perano #A3ADDF

Color information

#A3ADDF (or 0xA3ADDF) is unknown color: approx Perano. HEX triplet: A3, AD and DF. RGB value is (163,173,223). Sum of RGB (Red+Green+Blue) = 163+173+223=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ADDF is #5C5220. Grayscale: #AFAFAF. Windows color (decimal): -6050337 or 14658979. OLE color: 14658979.

HSL color Cylindrical-coordinate representation of color #A3ADDF: hue angle of 230º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3ADDF is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163173223-
CMYK0.270.2200.13
HSL230º48.39%75.69%-
HSV(B)230º26.91%87.45%-
XYZ43.374375.83-
YUV175.71154.69118.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.16%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=29.16%
G=30.95%
B=39.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631732230.270.2200.1323048.3975.69
HexA3ADDF1B160De6304c
Octal243255337332601534660114
Binary101000111010110111011111110111011001101111001101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ADDF; }

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

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

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

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

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

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

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

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