#A5ADDF

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

Shades of Perano #A5ADDF

Tints of Perano #A5ADDF

Color information

#A5ADDF (or 0xA5ADDF) is unknown color: approx Perano. HEX triplet: A5, AD and DF. RGB value is (165,173,223). Sum of RGB (Red+Green+Blue) = 165+173+223=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ADDF is #5A5220. Grayscale: #B0B0B0. Windows color (decimal): -5919265 or 14658981. OLE color: 14658981.

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

Color convert

RGB165173223-
CMYK0.260.2200.13
HSL231.72º47.54%76.08%-
HSV(B)231.72º26.01%87.45%-
XYZ43.7843.2175.85-
YUV176.31154.35119.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.41%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=29.41%
G=30.84%
B=39.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651732230.260.2200.13231.7247.5476.08
HexA5ADDF1A160De8304c
Octal245255337322601535060114
Binary101001011010110111011111110101011001101111010001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ADDF; }

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

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

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

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

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

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

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

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