#A1A5CC

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

Shades of Blue Bell #A1A5CC

Tints of Blue Bell #A1A5CC

Color information

#A1A5CC (or 0xA1A5CC) is unknown color: approx Blue Bell. HEX triplet: A1, A5 and CC. RGB value is (161,165,204). Sum of RGB (Red+Green+Blue) = 161+165+204=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1A5CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A5CC is #5E5A33. Grayscale: #A8A8A8. Windows color (decimal): -6183476 or 13411745. OLE color: 13411745.

HSL color Cylindrical-coordinate representation of color #A1A5CC: hue angle of 234.42º degrees, saturation: 0.3, 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 #A1A5CC is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB161165204-
CMYK0.210.1900.2
HSL234.42º29.66%71.57%-
HSV(B)234.42º21.08%80%-
XYZ39.0538.8562.57-
YUV168.25148.17122.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=30.38%
G=31.13%
B=38.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611652040.210.1900.2234.4229.6671.57
HexA1A5CC1513014ea1e48
Octal241245314252302435236110
Binary101000011010010111001100101011001101010011101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A5CC; }

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

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

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

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

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

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

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

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