#A0A5D3

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

Shades of Blue Bell #A0A5D3

Tints of Blue Bell #A0A5D3

Color information

#A0A5D3 (or 0xA0A5D3) is unknown color: approx Blue Bell. HEX triplet: A0, A5 and D3. RGB value is (160,165,211). Sum of RGB (Red+Green+Blue) = 160+165+211=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #A0A5D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A5D3 is #5F5A2C. Grayscale: #A8A8A8. Windows color (decimal): -6249005 or 13870496. OLE color: 13870496.

HSL color Cylindrical-coordinate representation of color #A0A5D3: hue angle of 234.12º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0A5D3 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB160165211-
CMYK0.240.2200.17
HSL234.12º36.69%72.75%-
HSV(B)234.12º24.17%82.75%-
XYZ39.7139.0967.08-
YUV168.75151.84121.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.85%
GREEN value IS 165 (64.84% from 255) = 30.78%
BLUE value IS 211 (82.81% from 255) = 39.37%
R=29.85%
G=30.78%
B=39.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1601652110.240.2200.17234.1236.6972.75
HexA0A5D31816011ea2549
Octal240245323302602135245111
Binary1010000010100101110100111100010110010001111010101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A5D3; }

 p { color: rgb(160,165,211); }

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

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

 a { background-color: rgb(160,165,211); }

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

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

 span { border-color: rgb(160,165,211); }

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