#A0A3CD

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

Shades of Blue Bell #A0A3CD

Tints of Blue Bell #A0A3CD

Color information

#A0A3CD (or 0xA0A3CD) is unknown color: approx Blue Bell. HEX triplet: A0, A3 and CD. RGB value is (160,163,205). Sum of RGB (Red+Green+Blue) = 160+163+205=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0A3CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A3CD is #5F5C32. Grayscale: #A6A6A6. Windows color (decimal): -6249523 or 13476768. OLE color: 13476768.

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

Color convert

RGB160163205-
CMYK0.220.2000.20
HSL236º31.03%71.57%-
HSV(B)236º21.95%80.39%-
XYZ38.6138.0863.07-
YUV166.89149.51123.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 163 (64.06% from 255) = 30.87%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=30.30%
G=30.87%
B=38.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601632050.220.2000.2023631.0371.57
HexA0A3CD1614014ec1f48
Octal240243315262402435437110
Binary101000001010001111001101101101010001010011101100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A3CD; }

 p { color: rgb(160,163,205); }

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

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

 a { background-color: rgb(160,163,205); }

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

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

 span { border-color: rgb(160,163,205); }

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