#A1ADFD

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

Shades of Perano #A1ADFD

Tints of Perano #A1ADFD

Color information

#A1ADFD (or 0xA1ADFD) is unknown color: approx Perano. HEX triplet: A1, AD and FD. RGB value is (161,173,253). Sum of RGB (Red+Green+Blue) = 161+173+253=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ADFD is #5E5202. Grayscale: #B2B2B2. Windows color (decimal): -6181379 or 16625057. OLE color: 16625057.

HSL color Cylindrical-coordinate representation of color #A1ADFD: hue angle of 232.17º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1ADFD is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161173253-
CMYK0.360.3200.01
HSL232.17º95.83%81.18%-
HSV(B)232.17º36.36%99.22%-
XYZ47.3744.5699.03-
YUV178.53170.02115.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.43%
GREEN value IS 173 (67.97% from 255) = 29.47%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=27.43%
G=29.47%
B=43.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611732530.360.3200.01232.1795.8381.18
HexA1ADFD242001e86051
Octal241255375444001350140121
Binary101000011010110111111101100100100000011110100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADFD; }

 p { color: rgb(161,173,253); }

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

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

 a { background-color: rgb(161,173,253); }

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

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

 span { border-color: rgb(161,173,253); }

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