#A1ADFC

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

Shades of Perano #A1ADFC

Tints of Perano #A1ADFC

Color information

#A1ADFC (or 0xA1ADFC) is unknown color: approx Perano. HEX triplet: A1, AD and FC. RGB value is (161,173,252). Sum of RGB (Red+Green+Blue) = 161+173+252=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ADFC is #5E5203. Grayscale: #B2B2B2. Windows color (decimal): -6181380 or 16559521. OLE color: 16559521.

HSL color Cylindrical-coordinate representation of color #A1ADFC: hue angle of 232.09º degrees, saturation: 0.94, 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 #A1ADFC is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161173252-
CMYK0.360.3100.01
HSL232.09º93.81%80.98%-
HSV(B)232.09º36.11%98.82%-
XYZ47.2144.4998.2-
YUV178.42169.52115.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.47%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 252 (98.83% from 255) = 43.00%
R=27.47%
G=29.52%
B=43.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611732520.360.3100.01232.0993.8180.98
HexA1ADFC241F01e85e51
Octal241255374443701350136121
Binary10100001101011011111110010010011111011110100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADFC; }

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

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

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

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

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

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

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

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