#A1A5CD

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

Shades of Blue Bell #A1A5CD

Tints of Blue Bell #A1A5CD

Color information

#A1A5CD (or 0xA1A5CD) is unknown color: approx Blue Bell. HEX triplet: A1, A5 and CD. RGB value is (161,165,205). Sum of RGB (Red+Green+Blue) = 161+165+205=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1A5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A5CD is #5E5A32. Grayscale: #A8A8A8. Windows color (decimal): -6183475 or 13477281. OLE color: 13477281.

HSL color Cylindrical-coordinate representation of color #A1A5CD: hue angle of 234.55º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1A5CD is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161165205-
CMYK0.210.2000.20
HSL234.55º30.56%71.76%-
HSV(B)234.55º21.46%80.39%-
XYZ39.1738.963.2-
YUV168.36148.67122.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 165 (64.84% from 255) = 31.07%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=30.32%
G=31.07%
B=38.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611652050.210.2000.20234.5530.5671.76
HexA1A5CD1514014eb1f48
Octal241245315252402435337110
Binary101000011010010111001101101011010001010011101011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A5CD; }

 p { color: rgb(161,165,205); }

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

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

 a { background-color: rgb(161,165,205); }

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

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

 span { border-color: rgb(161,165,205); }

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